aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 16:37:26 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 16:37:26 +0100
commit905818f5961446ac32d1b2d165185fffddc4915a (patch)
treed675ce02d7dda68819376c7626cc4d1336683d2a /Makefile.am
parentc283cd6c598b38a6e1bb1ffd7372b9c550e45233 (diff)
downloadudev-905818f5961446ac32d1b2d165185fffddc4915a.tar.gz
Do not build extras with --disable-extras
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b8774180..eb8f6d19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
# ------------------------------------------------------------------------------