Do not build extras with --disable-extras

This commit is contained in:
Martin Pitt 2011-02-15 16:37:26 +01:00
parent c283cd6c59
commit 905818f596

View 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
# ------------------------------------------------------------------------------