aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-09-21 16:21:02 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-09-21 16:21:02 +0000
commit4c25471bfdcc8f7568ad58f1fa30da3e9e8e77b5 (patch)
treea141a7fd3157d63a51508172e2e1307dd0deb616 /doc
parent0b37868baf51c5278a8e31fde4116a6d0104d21f (diff)
downloadlibmicrohttpd-4c25471bfdcc8f7568ad58f1fa30da3e9e8e77b5.tar.gz
libmicrohttpd-4c25471bfdcc8f7568ad58f1fa30da3e9e8e77b5.zip
If examples are disabled - do not build 'examples' in '/doc' too.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 53e09bdb..8073e6c5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,11 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2man_MANS = libmicrohttpd.3 2man_MANS = libmicrohttpd.3
3 3
4SUBDIRS = . examples doxygen 4SUBDIRS = . doxygen
5
6if BUILD_EXAMPLES
7SUBDIRS += examples
8endif
5 9
6DISTCLEANFILES = \ 10DISTCLEANFILES = \
7 libmicrohttpd.cps \ 11 libmicrohttpd.cps \