gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22032 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r22032 - gnunet/src/vpn
Date: Sat, 16 Jun 2012 02:07:54 +0200

Author: grothoff
Date: 2012-06-16 02:07:54 +0200 (Sat, 16 Jun 2012)
New Revision: 22032

Modified:
   gnunet/src/vpn/Makefile.am
Log:
-pass curl flags for vpn test

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2012-06-15 19:24:30 UTC (rev 22031)
+++ gnunet/src/vpn/Makefile.am  2012-06-16 00:07:54 UTC (rev 22032)
@@ -87,6 +87,8 @@
  $(top_builddir)/src/vpn/libgnunetvpn.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la 
+test_gnunet_vpn_4_over_CPPFLAGS = \
+ @LIBCURL_CPPFLAGS@
 
 test_gnunet_vpn_6_over_SOURCES = \
  test_gnunet_vpn.c
@@ -94,6 +96,8 @@
  $(top_builddir)/src/vpn/libgnunetvpn.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la 
+test_gnunet_vpn_6_over_CPPFLAGS = \
+ @LIBCURL_CPPFLAGS@
 
 test_gnunet_vpn_4_to_6_SOURCES = \
  test_gnunet_vpn.c
@@ -101,6 +105,8 @@
  $(top_builddir)/src/vpn/libgnunetvpn.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la 
+test_gnunet_vpn_4_to_6_CPPFLAGS = \
+ @LIBCURL_CPPFLAGS@
 
 test_gnunet_vpn_6_to_4_SOURCES = \
  test_gnunet_vpn.c
@@ -108,3 +114,5 @@
  $(top_builddir)/src/vpn/libgnunetvpn.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la 
+test_gnunet_vpn_6_to_4_CPPFLAGS = \
+ @LIBCURL_CPPFLAGS@




reply via email to

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