fix build problem

This commit is contained in:
lv-426
2008-06-04 01:31:13 +00:00
parent 2132000306
commit 21e2642e4e
-26
View File
@@ -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