diff options
Diffstat (limited to 'doc/examples/Makefile.am')
-rw-r--r-- | doc/examples/Makefile.am | 5 |
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 | ||
24 | if ENABLE_HTTPS | 23 | if ENABLE_HTTPS |
25 | noinst_PROGRAMS += \ | 24 | noinst_PROGRAMS += \ |
26 | tlsauthentication | 25 | tlsauthentication |
27 | endif | 26 | endif |
28 | if HAVE_POSTPROCESSOR | 27 | if HAVE_POSTPROCESSOR |
29 | noinst_PROGRAMS += simplepost largepost | 28 | noinst_PROGRAMS += simplepost largepost sessions |
30 | endif | 29 | endif |
31 | 30 | ||
32 | if HAVE_W32 | 31 | if HAVE_W32 |