From 81464b301a53bd915195aedb3b449ac38e03b06f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Aug 2013 06:20:13 +0000 Subject: Removes the requirement of liberty. No longer shipped by newer gcc. --- doc/examples/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index c118584c..4cfc7be7 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -29,7 +29,7 @@ noinst_PROGRAMS += simplepost largepost sessions endif if HAVE_W32 -IBERTY=-liberty +AM_CFLAGS = -DWINDOWS endif basicauthentication_SOURCES = \ @@ -45,8 +45,7 @@ hellobrowser_LDADD = \ logging_SOURCES = \ logging.c logging_LDADD = \ - $(top_builddir)/src/microhttpd/libmicrohttpd.la \ - $(IBERTY) + $(top_builddir)/src/microhttpd/libmicrohttpd.la responseheaders_SOURCES = \ responseheaders.c -- cgit v1.2.3