rules/Makefile.am: conditionally install 80-net-name-slot.rules

We do not want to install 80-net-name-slot.rules if we
--enable-rule-generator.  In fact doing so will switch to
the predictable network interface names.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2013-04-09 12:13:19 -04:00
parent 215c4a0faa
commit ab0a37ddcf

View File

@ -15,9 +15,13 @@ dist_udevrules_DATA = \
75-probe_mtd.rules \
75-tty-description.rules \
78-sound-card.rules \
80-net-name-slot.rules \
95-udev-late.rules
if !ENABLE_RULE_GENERATOR
dist_udevrules_DATA += \
80-net-name-slot.rules
endif
if ENABLE_FIRMWARE
dist_udevrules_DATA += \
50-firmware.rules