mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +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>
26 lines
311 B
Makefile
26 lines
311 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
rules \
|
|
hwdb \
|
|
docs \
|
|
test
|
|
|
|
if ENABLE_KEYMAP
|
|
SUBDIRS += \
|
|
keymaps \
|
|
keymaps-force-release
|
|
endif
|
|
|
|
if ENABLE_MANPAGES
|
|
SUBDIRS += \
|
|
man
|
|
endif
|
|
|
|
if ENABLE_RULE_GENERATOR
|
|
SUBDIRS += \
|
|
rule_generator
|
|
endif
|