aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-26 17:40:39 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-26 17:40:39 +0000
commit142c6d9fcf13d947b9fa51b2434e6d0f9cdc5cf2 (patch)
tree10c85e3bdade16b6e8ba05da236e16843fb1d092 /src/vpn/Makefile.am
parent223e11a9ea8f5b5fad42b406f8f04d7dc901107d (diff)
downloadgnunet-142c6d9fcf13d947b9fa51b2434e6d0f9cdc5cf2.tar.gz
gnunet-142c6d9fcf13d947b9fa51b2434e6d0f9cdc5cf2.zip
-test now working
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am20
1 files changed, 10 insertions, 10 deletions
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
25 test_gnunet_vpn-4_to_6 \ 25 test_gnunet_vpn-4_to_6 \
26 test_gnunet_vpn-6_to_4 \ 26 test_gnunet_vpn-6_to_4 \
27 test_gnunet_vpn-6_over \ 27 test_gnunet_vpn-6_over \
28 test_gnunet_vpn-4_over 28 test_gnunet_vpn-4_over \
29 #test_gns_vpn 29 test_gns_vpn
30endif 30endif
31else 31else
32install-exec-hook: 32install-exec-hook:
@@ -82,14 +82,14 @@ libgnunetvpn_la_LIBADD = \
82libgnunetvpn_la_LDFLAGS = \ 82libgnunetvpn_la_LDFLAGS = \
83 $(GN_LIB_LDFLAGS) 83 $(GN_LIB_LDFLAGS)
84 84
85#test_gns_vpn_SOURCES = \ 85test_gns_vpn_SOURCES = \
86# test_gns_vpn.c 86 test_gns_vpn.c
87#test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \ 87test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \
88# $(top_builddir)/src/namestore/libgnunetnamestore.la \ 88 $(top_builddir)/src/namestore/libgnunetnamestore.la \
89# $(top_builddir)/src/testing/libgnunettesting.la \ 89 $(top_builddir)/src/testing/libgnunettesting.la \
90# $(top_builddir)/src/util/libgnunetutil.la 90 $(top_builddir)/src/util/libgnunetutil.la
91#test_gnunet_vpn_4_over_CPPFLAGS = \ 91test_gnunet_vpn_4_over_CPPFLAGS = \
92# @LIBCURL_CPPFLAGS@ 92 @LIBCURL_CPPFLAGS@
93 93
94test_gnunet_vpn_4_over_SOURCES = \ 94test_gnunet_vpn_4_over_SOURCES = \
95 test_gnunet_vpn.c 95 test_gnunet_vpn.c