libmicrohttpd

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

commit 1a951599f1ece8d91a68a9c9d80188cca241b2e7
parent e524c3f356b22bba89ccee04e740e10c5ed0e77e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 31 May 2008 05:05:50 +0000

fixing build

Diffstat:
Msrc/examples/Makefile.am | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -34,7 +34,8 @@ fileserver_example_external_select_LDADD = \ https_server_example_CPPFLAGS = \ $(GNUTLS_CPPFLAGS) \ - -I$(top_srcdir)/src/daemon + -I$(top_srcdir)/src/daemon \ + -I$(top_srcdir)/src/include https_server_example_SOURCES = \ https_server_example.c https_server_example_LDADD = \ @@ -45,7 +46,8 @@ https_server_example_LDFLAGS = \ https_echo_client_example_CPPFLAGS = \ $(GNUTLS_CPPFLAGS) \ - -I$(top_srcdir)/src/daemon + -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 = \ @@ -53,3 +55,5 @@ https_echo_client_example_LDADD = \ https_echo_client_example_LDFLAGS = \ -L$(GNUTLS_LIB_PATH) \ -lgnutls + +