aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-30 21:23:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-30 21:23:42 +0000
commitbd3f0576c86f2dec6ef0103458b2028e1e4c9524 (patch)
tree35d74c3086ebc2e8c5bd955c2965ecb19246b246 /doc/examples/Makefile.am
parent9989a7fdf8e90416cb4cbf71c46bb8342a56a35d (diff)
downloadlibmicrohttpd-bd3f0576c86f2dec6ef0103458b2028e1e4c9524.tar.gz
libmicrohttpd-bd3f0576c86f2dec6ef0103458b2028e1e4c9524.zip
-fix build issue
Diffstat (limited to 'doc/examples/Makefile.am')
-rw-r--r--doc/examples/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 5c1ec7f5..bf356eb5 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -18,15 +18,14 @@ noinst_PROGRAMS = \
18 basicauthentication \ 18 basicauthentication \
19 hellobrowser \ 19 hellobrowser \
20 logging \ 20 logging \
21 responseheaders \ 21 responseheaders
22 sessions
23 22
24if ENABLE_HTTPS 23if ENABLE_HTTPS
25noinst_PROGRAMS += \ 24noinst_PROGRAMS += \
26 tlsauthentication 25 tlsauthentication
27endif 26endif
28if HAVE_POSTPROCESSOR 27if HAVE_POSTPROCESSOR
29noinst_PROGRAMS += simplepost largepost 28noinst_PROGRAMS += simplepost largepost sessions
30endif 29endif
31 30
32if HAVE_W32 31if HAVE_W32