aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-18 17:34:53 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-18 17:34:53 +0200
commitb55cd46bfd8c477cd9eb5c3b6405acea320b5190 (patch)
treeac02b0a64917c9fd210c5e9b563bbb0bc43a8fda /src/Makefile.am
parent41ac932526731eb17b412ebee0797ee01ae431ec (diff)
downloadlibmicrohttpd-b55cd46bfd8c477cd9eb5c3b6405acea320b5190.tar.gz
libmicrohttpd-b55cd46bfd8c477cd9eb5c3b6405acea320b5190.zip
add --enable-experiemental option to not compile src/lib/ unless explicitly requested
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7cdcace0..ee9c3fcb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,9 @@ SUBDIRS += examples
15endif 15endif
16 16
17# Finally (last!) also build experimental lib... 17# Finally (last!) also build experimental lib...
18if HAVE_EXPERIMENTAL
18SUBDIRS += lib 19SUBDIRS += lib
20endif
19 21
20EXTRA_DIST = \ 22EXTRA_DIST = \
21 datadir/cert-and-key.pem \ 23 datadir/cert-and-key.pem \