summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.am')
-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