From 21e2642e4e815fa3db42073c5090614b9eff7d70 Mon Sep 17 00:00:00 2001 From: lv-426 Date: Wed, 4 Jun 2008 01:31:13 +0000 Subject: [PATCH] fix build problem --- src/examples/Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index c42672ab..730b66a9 100644 --- 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 - -