gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6942 - libmicrohttpd/src/examples
Date: Fri, 30 May 2008 23:05:50 -0600 (MDT)

Author: grothoff
Date: 2008-05-30 23:05:50 -0600 (Fri, 30 May 2008)
New Revision: 6942

Modified:
   libmicrohttpd/src/examples/Makefile.am
Log:
fixing build

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2008-05-31 04:58:38 UTC (rev 
6941)
+++ libmicrohttpd/src/examples/Makefile.am      2008-05-31 05:05:50 UTC (rev 
6942)
@@ -34,7 +34,8 @@
 
 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_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_LDFLAGS = \
  -L$(GNUTLS_LIB_PATH) \
  -lgnutls
+
+





reply via email to

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