From 142c6d9fcf13d947b9fa51b2434e6d0f9cdc5cf2 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 26 Jun 2012 17:40:39 +0000 Subject: -test now working --- src/vpn/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/vpn/Makefile.am') diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 91cb95640..c079f3711 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -25,8 +25,8 @@ if HAVE_MHD 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 + test_gnunet_vpn-4_over \ + test_gns_vpn endif else install-exec-hook: @@ -82,14 +82,14 @@ libgnunetvpn_la_LIBADD = \ libgnunetvpn_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) -#test_gns_vpn_SOURCES = \ -# test_gns_vpn.c -#test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \ -# $(top_builddir)/src/namestore/libgnunetnamestore.la \ -# $(top_builddir)/src/testing/libgnunettesting.la \ -# $(top_builddir)/src/util/libgnunetutil.la -#test_gnunet_vpn_4_over_CPPFLAGS = \ -# @LIBCURL_CPPFLAGS@ +test_gns_vpn_SOURCES = \ + test_gns_vpn.c +test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \ + $(top_builddir)/src/namestore/libgnunetnamestore.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la +test_gnunet_vpn_4_over_CPPFLAGS = \ + @LIBCURL_CPPFLAGS@ test_gnunet_vpn_4_over_SOURCES = \ test_gnunet_vpn.c -- cgit v1.2.3