aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 17:51:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 17:51:10 +0000
commit2160c665890c35077ed7322a330337434f22d2ed (patch)
tree9ff79d8071d06d73d03725788e126df2d09c9e11 /src/examples
parent7a4bb2a0f72f61c35395018b21106ef89b529b9b (diff)
downloadlibmicrohttpd-2160c665890c35077ed7322a330337434f22d2ed.tar.gz
libmicrohttpd-2160c665890c35077ed7322a330337434f22d2ed.zip
LRN: w32 test case fixes
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index f3f2772e..c88a1b49 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -41,7 +41,8 @@ minimal_example_LDADD = \
41post_example_SOURCES = \ 41post_example_SOURCES = \
42 post_example.c 42 post_example.c
43post_example_LDADD = \ 43post_example_LDADD = \
44 $(top_builddir)/src/daemon/libmicrohttpd.la 44 $(top_builddir)/src/daemon/libmicrohttpd.la \
45 -liberty
45 46
46minimal_example_comet_SOURCES = \ 47minimal_example_comet_SOURCES = \
47 minimal_example_comet.c 48 minimal_example_comet.c