aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index ba8e4307..1c416e7b 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -20,7 +20,6 @@ noinst_PROGRAMS = \
20 benchmark_https \ 20 benchmark_https \
21 chunked_example \ 21 chunked_example \
22 minimal_example \ 22 minimal_example \
23 upgrade_example \
24 dual_stack_example \ 23 dual_stack_example \
25 minimal_example_comet \ 24 minimal_example_comet \
26 querystring_example \ 25 querystring_example \
@@ -56,6 +55,11 @@ noinst_PROGRAMS += \
56 authorization_example 55 authorization_example
57endif 56endif
58 57
58if ENABLE_UPGRADE
59noinst_PROGRAMS += \
60 upgrade_example
61endif
62
59if HAVE_W32 63if HAVE_W32
60AM_CFLAGS += -DWINDOWS 64AM_CFLAGS += -DWINDOWS
61endif 65endif