gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7036 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r7036 - libmicrohttpd/src/examples
Date: Tue, 3 Jun 2008 19:31:13 -0600 (MDT)

Author: lv-426
Date: 2008-06-03 19:31:13 -0600 (Tue, 03 Jun 2008)
New Revision: 7036

Modified:
   libmicrohttpd/src/examples/Makefile.am
Log:
fix build problem

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2008-06-04 01:28:33 UTC (rev 
7035)
+++ libmicrohttpd/src/examples/Makefile.am      2008-06-04 01:31:13 UTC (rev 
7036)
@@ -6,7 +6,6 @@
 
 noinst_PROGRAMS = \
 https_server_example \
-https_echo_server_example \
 https_echo_client_example \
 minimal_example \
 querystring_example \
@@ -45,28 +44,3 @@
  -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
-
-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]