eudev/Makefile.am

26 lines
259 B
Makefile
Raw Normal View History

2012-04-04 02:24:46 +07:00
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2012-11-18 04:22:12 +07:00
SUBDIRS = \
src
if ENABLE_PROGRAMS
SUBDIRS += \
2012-11-18 04:22:12 +07:00
rules \
test
endif
if ENABLE_MANPAGES
SUBDIRS += \
man
endif
if ENABLE_HWDB
SUBDIRS += \
hwdb
endif
if ENABLE_RULE_GENERATOR
SUBDIRS += \
rule_generator
endif