eudev/Makefile.am
Anthony G. Basile c47f33a498 Second step of revamping the build system
The original Makefile.am was drawn to the top level.  This commit
breaks it out into the various directories with SUBDIRS connecting
them.  This makes each directory easier to maintain.
2012-11-15 20:18:22 -05:00

11 lines
209 B
Makefile

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
#SUBDIRS = docs keymaps keymaps-force-release man rules src test
SUBDIRS = keymaps keymaps-force-release
if ENABLE_GTK_DOC
SUBDIRS += \
docs/libudev
endif