summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-24 15:37:46 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-24 15:37:46 +0200
commitd107baa2c30980b85f6330f3f7c3287b4d58708b (patch)
treec1a88862b9c08a9fb51d199b27cbeadcb871a896 /Makefile.am
parent288c7160d7ab892ed8e45e57f772bc0ebf180649 (diff)
downloadexchange-d107baa2c30980b85f6330f3f7c3287b4d58708b.tar.gz
exchange-d107baa2c30980b85f6330f3f7c3287b4d58708b.tar.bz2
exchange-d107baa2c30980b85f6330f3f7c3287b4d58708b.zip
fix #5108
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ab0f3acc4..2499efb6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,9 +2,17 @@
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if DOC_ONLY
+if ENABLE_DOC
SUBDIRS = . doc
else
+ SUBDIRS = .
+endif
+else
+if ENABLE_DOC
SUBDIRS = . src doc
+else
+ SUBDIRS = . src doc
+endif
endif
@DX_RULES@