libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 21e2642e4e815fa3db42073c5090614b9eff7d70
parent 2132000306890e42d48ff535d786d382d14c3985
Author: lv-426 <oxcafebaby@yahoo.com>
Date:   Wed,  4 Jun 2008 01:31:13 +0000

fix build problem

Diffstat:
Msrc/examples/Makefile.am | 26--------------------------
1 file changed, 0 insertions(+), 26 deletions(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include noinst_PROGRAMS = \ https_server_example \ -https_echo_server_example \ https_echo_client_example \ minimal_example \ querystring_example \ @@ -45,28 +44,3 @@ https_server_example_LDFLAGS = \ -L$(GNUTLS_LIB_PATH) \ -lgnutls -https_echo_server_example_CPPFLAGS = \ - $(GNUTLS_CPPFLAGS) \ - -I$(top_srcdir)/src/daemon \ - -I$(top_srcdir)/src/include -https_echo_server_example_SOURCES = \ - https_echo_server_example.c -https_echo_server_example_LDADD = \ - $(top_builddir)/src/daemon/libmicrohttpd.la -https_echo_server_example_LDFLAGS = \ - -L$(GNUTLS_LIB_PATH) \ - -lgnutls - -https_echo_client_example_CPPFLAGS = \ - $(GNUTLS_CPPFLAGS) \ - -I$(top_srcdir)/src/daemon \ - -I$(top_srcdir)/src/include -https_echo_client_example_SOURCES = \ - https_echo_client_example.c -https_echo_client_example_LDADD = \ - $(top_builddir)/src/daemon/libmicrohttpd.la -https_echo_client_example_LDFLAGS = \ - -L$(GNUTLS_LIB_PATH) \ - -lgnutls - -