aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c6e52abc..0d2f49bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,15 +10,16 @@ endif
10 10
11SUBDIRS = include microhttpd $(curltests) $(zzuftests) . 11SUBDIRS = include microhttpd $(curltests) $(zzuftests) .
12 12
13if BUILD_EXAMPLES
14SUBDIRS += examples
15endif
16
17# Finally (last!) also build experimental lib... 13# Finally (last!) also build experimental lib...
18if HAVE_EXPERIMENTAL 14if HAVE_EXPERIMENTAL
19SUBDIRS += microhttpd_ws lib 15SUBDIRS += microhttpd_ws lib
20endif 16endif
21 17
18if BUILD_EXAMPLES
19SUBDIRS += examples
20endif
21
22
22EXTRA_DIST = \ 23EXTRA_DIST = \
23 datadir/cert-and-key.pem \ 24 datadir/cert-and-key.pem \
24 datadir/cert-and-key-for-wireshark.pem 25 datadir/cert-and-key-for-wireshark.pem