commit 15927a0e8932afb4711faca8ab840e52e8626da7
parent a7fd3c7f54ff564022b95cb0523a5a6f19fc00c5
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 13 Oct 2011 19:49:37 +0000
no iberty on unix
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
@@ -33,6 +33,10 @@ if ENABLE_DAUTH
noinst_PROGRAMS += digest_auth_example
endif
+if HAVE_W32
+IBERTY=-liberty
+endif
+
minimal_example_SOURCES = \
minimal_example.c
minimal_example_LDADD = \
@@ -42,7 +46,7 @@ post_example_SOURCES = \
post_example.c
post_example_LDADD = \
$(top_builddir)/src/daemon/libmicrohttpd.la \
- -liberty
+ $(IBERTY)
minimal_example_comet_SOURCES = \
minimal_example_comet.c