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.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index feec322f..6a2f31b5 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -65,7 +65,7 @@ noinst_PROGRAMS += \
65endif 65endif
66 66
67if HAVE_W32 67if HAVE_W32
68IBERTY=-liberty 68AM_CFLAGS = -DWINDOWS
69endif 69endif
70 70
71minimal_example_SOURCES = \ 71minimal_example_SOURCES = \
@@ -106,8 +106,7 @@ dual_stack_example_LDADD = \
106post_example_SOURCES = \ 106post_example_SOURCES = \
107 post_example.c 107 post_example.c
108post_example_LDADD = \ 108post_example_LDADD = \
109 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 109 $(top_builddir)/src/microhttpd/libmicrohttpd.la
110 $(IBERTY)
111 110
112minimal_example_comet_SOURCES = \ 111minimal_example_comet_SOURCES = \
113 minimal_example_comet.c 112 minimal_example_comet.c