aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 13:21:11 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 13:21:11 +0000
commitd1fe54e512738aeb82696cd107d720e16ebdbc3e (patch)
tree23a6dcc2a135ea5450852a551f7b289a127a738a /src/Makefile.am
parentf55e22f529fc0a9c176db912cb6e25526c09efed (diff)
downloadlibmicrohttpd-d1fe54e512738aeb82696cd107d720e16ebdbc3e.tar.gz
libmicrohttpd-d1fe54e512738aeb82696cd107d720e16ebdbc3e.zip
configure.ac: add --disable-doc and --disable-examples options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d01c622a..4d64e22c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,10 @@ endif
20 20
21SUBDIRS = include platform microhttpd $(microspdy) examples $(curltests) $(zzuftests) . 21SUBDIRS = include platform microhttpd $(microspdy) examples $(curltests) $(zzuftests) .
22 22
23if BUILD_EXAMPLES
24SUBDIRS += examples
25endif
26
23EXTRA_DIST = \ 27EXTRA_DIST = \
24 datadir/cert-and-key.pem \ 28 datadir/cert-and-key.pem \
25 datadir/cert-and-key-for-wireshark.pem \ 29 datadir/cert-and-key-for-wireshark.pem \