mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
85085621ba
This restores the rule generator scripts for the persistent network and optical device rule generator scripts that were removed after udev-171, and re-introduces their installation to the build system. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
16 lines
540 B
Makefile
16 lines
540 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# rule_generator - persistent network and optical device rule generator
|
|
# ------------------------------------------------------------------------------
|
|
dist_udevlibexec_SCRIPTS = \
|
|
write_cd_rules \
|
|
write_net_rules
|
|
|
|
udevhomedir = $(udevlibexecdir)
|
|
dist_udevhome_DATA = rule_generator.functions
|
|
|
|
dist_udevrules_DATA = \
|
|
75-cd-aliases-generator.rules \
|
|
75-persistent-net-generator.rules
|