gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17460 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r17460 - libmicrohttpd/src/examples
Date: Thu, 13 Oct 2011 21:49:38 +0200

Author: grothoff
Date: 2011-10-13 21:49:37 +0200 (Thu, 13 Oct 2011)
New Revision: 17460

Modified:
   libmicrohttpd/src/examples/Makefile.am
Log:
no iberty on unix

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2011-10-13 19:45:54 UTC (rev 
17459)
+++ libmicrohttpd/src/examples/Makefile.am      2011-10-13 19:49:37 UTC (rev 
17460)
@@ -33,6 +33,10 @@
 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.c 
 post_example_LDADD = \
  $(top_builddir)/src/daemon/libmicrohttpd.la \
- -liberty
+ $(IBERTY)
 
 minimal_example_comet_SOURCES = \
  minimal_example_comet.c 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]