aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-07 06:20:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-07 06:20:13 +0000
commit81464b301a53bd915195aedb3b449ac38e03b06f (patch)
tree5c515a77ff2cf2c6793c69e5ff8f653cedf33baf /doc/examples
parent36ac7973809d0dae4eafb438c63a288c349c38f5 (diff)
downloadlibmicrohttpd-81464b301a53bd915195aedb3b449ac38e03b06f.tar.gz
libmicrohttpd-81464b301a53bd915195aedb3b449ac38e03b06f.zip
Removes the requirement of liberty. No longer shipped by newer gcc.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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
29endif 29endif
30 30
31if HAVE_W32 31if HAVE_W32
32IBERTY=-liberty 32AM_CFLAGS = -DWINDOWS
33endif 33endif
34 34
35basicauthentication_SOURCES = \ 35basicauthentication_SOURCES = \
@@ -45,8 +45,7 @@ hellobrowser_LDADD = \
45logging_SOURCES = \ 45logging_SOURCES = \
46 logging.c 46 logging.c
47logging_LDADD = \ 47logging_LDADD = \
48 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 48 $(top_builddir)/src/microhttpd/libmicrohttpd.la
49 $(IBERTY)
50 49
51responseheaders_SOURCES = \ 50responseheaders_SOURCES = \
52 responseheaders.c 51 responseheaders.c