aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/Makefile.am
diff options
context:
space:
mode:
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