mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
d68f655644
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
16 lines
172 B
Makefile
16 lines
172 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
rules \
|
|
hwdb \
|
|
keymaps \
|
|
keymaps-force-release \
|
|
docs \
|
|
test
|
|
|
|
if ENABLE_MANPAGES
|
|
SUBDIRS += \
|
|
man
|
|
endif
|