mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
db8d865e62
DISTCHECK_CONFIGURE_FLAGS is an automake variable and is not properly detected when it is inside configure.ac
21 lines
250 B
Makefile
21 lines
250 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
rules \
|
|
hwdb \
|
|
docs \
|
|
test
|
|
|
|
if ENABLE_KEYMAP
|
|
SUBDIRS += \
|
|
keymaps \
|
|
keymaps-force-release
|
|
endif
|
|
|
|
if ENABLE_MANPAGES
|
|
SUBDIRS += \
|
|
man
|
|
endif
|