aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-06 21:49:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-06 21:49:41 +0000
commit9ae3c8fecba1ad68e005ae3fb0a9d60508ab4f1c (patch)
tree008eda5590cfd4ac6b1727aed43f037d66335dd6
parenta51243e6eb5d032287f1f1ee89155ad4dde72fce (diff)
downloadlibmicrohttpd-9ae3c8fecba1ad68e005ae3fb0a9d60508ab4f1c.tar.gz
libmicrohttpd-9ae3c8fecba1ad68e005ae3fb0a9d60508ab4f1c.zip
-fixing #2143
-rw-r--r--src/examples/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index c554eb35..d5188aa9 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -15,7 +15,6 @@ endif
15 15
16# example programs 16# example programs
17noinst_PROGRAMS = \ 17noinst_PROGRAMS = \
18authorization_example \
19minimal_example \ 18minimal_example \
20dual_stack_example \ 19dual_stack_example \
21minimal_example_comet \ 20minimal_example_comet \
@@ -31,7 +30,9 @@ noinst_PROGRAMS += https_fileserver_example
31endif 30endif
32 31
33if ENABLE_DAUTH 32if ENABLE_DAUTH
34noinst_PROGRAMS += digest_auth_example 33noinst_PROGRAMS += \
34 authorization_example \
35 digest_auth_example
35endif 36endif
36 37
37if HAVE_W32 38if HAVE_W32