mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
c47f33a498
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.
11 lines
209 B
Makefile
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
|
|
|