gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22347 - gnunet/src/pt


From: gnunet
Subject: [GNUnet-SVN] r22347 - gnunet/src/pt
Date: Wed, 27 Jun 2012 15:45:03 +0200

Author: schanzen
Date: 2012-06-27 15:45:03 +0200 (Wed, 27 Jun 2012)
New Revision: 22347

Modified:
   gnunet/src/pt/Makefile.am
Log:
-fix

Modified: gnunet/src/pt/Makefile.am
===================================================================
--- gnunet/src/pt/Makefile.am   2012-06-27 13:32:10 UTC (rev 22346)
+++ gnunet/src/pt/Makefile.am   2012-06-27 13:45:03 UTC (rev 22347)
@@ -30,6 +30,15 @@
   $(top_builddir)/src/mesh/libgnunetmesh.la \
   $(GN_LIBINTL)
 
+if HAVE_MHD
+ VPN_TEST = \
+ test_gnunet_vpn-4_to_6 \
+ test_gnunet_vpn-6_to_4 \
+ test_gnunet_vpn-6_over \
+ test_gnunet_vpn-4_over \
+ test_gns_vpn
+endif
+
 check_PROGRAMS = $(VPN_TEST)
 
 if ENABLE_TEST_RUN
@@ -40,14 +49,6 @@
  test_gnunet_vpn.conf \
  test_gns_vpn.conf
 
-if HAVE_MHD
- VPN_TEST = \
- test_gnunet_vpn-4_to_6 \
- test_gnunet_vpn-6_to_4 \
- test_gnunet_vpn-6_over \
- test_gnunet_vpn-4_over \
- test_gns_vpn
-endif
 
 
 test_gns_vpn_SOURCES = \
@@ -56,7 +57,7 @@
  $(top_builddir)/src/namestore/libgnunetnamestore.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
-test_gnunet_vpn_4_over_CPPFLAGS = \
+test_gns_vpn_CPPFLAGS = \
  @LIBCURL_CPPFLAGS@
 
 test_gnunet_vpn_4_over_SOURCES = \




reply via email to

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