eudev/Makefile.am
Ian Stakenvicius 85085621ba Restored the rule generator bits from udev-171
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>
2013-04-04 10:19:35 -04:00

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