chiark / gitweb /
Do not build extras with --disable-extras
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 15 Feb 2011 15:37:26 +0000 (16:37 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 15 Feb 2011 15:37:26 +0000 (16:37 +0100)
Makefile.am

index b87741802f853c29980a4033dd80ff4950640974..eb8f6d197d619acdb25a4b1ffa0a2a6938c1f0b5 100644 (file)
@@ -221,6 +221,7 @@ dist_udevrules_DATA += \
        extras/rule_generator/75-cd-aliases-generator.rules \
        extras/rule_generator/75-persistent-net-generator.rules
 
+if ENABLE_EXTRAS
 # ------------------------------------------------------------------------------
 # firmware - firmware loading
 # ------------------------------------------------------------------------------
@@ -319,6 +320,8 @@ libexec_PROGRAMS += extras/v4l_id/v4l_id
 dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules
 endif
 
+endif # ENABLE_EXTRAS
+
 # ------------------------------------------------------------------------------
 # qemu -- qemu/kvm guest tweaks
 # ------------------------------------------------------------------------------