mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix build problem
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user