summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-15 21:47:20 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-15 21:47:20 -0500
commiteb203b01c9ee729e603289a63f881d9866f61ea6 (patch)
treef4210538531950ead86a55b24a0417a125897ebd /docs
parentc47f33a498f9c824a48c23987b312b3176602f7f (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4a77a81cda..0d959fe835 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
-if ENABLE_GUDEV
+if ENABLE_GTK_DOC
SUBDIRS = \
libudev
-if ENABLE_GTK_DOC
+if ENABLE_GUDEV
SUBDIRS += \
gudev
endif