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