gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28425 - in libmicrohttpd: doc/examples src/examples


From: gnunet
Subject: [GNUnet-SVN] r28425 - in libmicrohttpd: doc/examples src/examples
Date: Wed, 7 Aug 2013 08:20:13 +0200

Author: grothoff
Date: 2013-08-07 08:20:13 +0200 (Wed, 07 Aug 2013)
New Revision: 28425

Modified:
   libmicrohttpd/doc/examples/Makefile.am
   libmicrohttpd/src/examples/Makefile.am
Log:
Removes the requirement of liberty. No longer shipped by newer gcc. 


Modified: libmicrohttpd/doc/examples/Makefile.am
===================================================================
--- libmicrohttpd/doc/examples/Makefile.am      2013-08-07 06:19:33 UTC (rev 
28424)
+++ libmicrohttpd/doc/examples/Makefile.am      2013-08-07 06:20:13 UTC (rev 
28425)
@@ -29,7 +29,7 @@
 endif
 
 if HAVE_W32
-IBERTY=-liberty
+AM_CFLAGS = -DWINDOWS
 endif
 
 basicauthentication_SOURCES = \
@@ -45,8 +45,7 @@
 logging_SOURCES = \
  logging.c 
 logging_LDADD = \
- $(top_builddir)/src/microhttpd/libmicrohttpd.la \
- $(IBERTY)
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
 responseheaders_SOURCES = \
  responseheaders.c 

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2013-08-07 06:19:33 UTC (rev 
28424)
+++ libmicrohttpd/src/examples/Makefile.am      2013-08-07 06:20:13 UTC (rev 
28425)
@@ -65,7 +65,7 @@
 endif
 
 if HAVE_W32
-IBERTY=-liberty
+AM_CFLAGS = -DWINDOWS
 endif
 
 minimal_example_SOURCES = \
@@ -106,8 +106,7 @@
 post_example_SOURCES = \
  post_example.c 
 post_example_LDADD = \
- $(top_builddir)/src/microhttpd/libmicrohttpd.la \
- $(IBERTY)
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
 minimal_example_comet_SOURCES = \
  minimal_example_comet.c 




reply via email to

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