eudev/docs/Makefile.am
Anthony G. Basile eb203b01c9 Final step of revamping the build system
The structure of the source tree is basically correct and this is
about as far as we can go without hacking at the C code.
2012-11-15 21:47:20 -05:00

9 lines
87 B
Makefile

if ENABLE_GTK_DOC
SUBDIRS = \
libudev
if ENABLE_GUDEV
SUBDIRS += \
gudev
endif
endif