eudev/Makefile.am

18 lines
162 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 \
2012-11-18 04:22:12 +07:00
rules \
test
if ENABLE_MANPAGES
SUBDIRS += \
man
endif
if ENABLE_HWDB
SUBDIRS += \
hwdb
endif