aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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