aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 13:45:03 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 13:45:03 +0000
commitf7b9c05bd2b9b308ef3b1ce67e4840c072364595 (patch)
treeb458cc5e9158239468fb8fc42a58082f58179781 /src/pt
parenta28d8a9c7e4e2160d31dc80cbb635b95f2f2dd8c (diff)
downloadgnunet-f7b9c05bd2b9b308ef3b1ce67e4840c072364595.tar.gz
gnunet-f7b9c05bd2b9b308ef3b1ce67e4840c072364595.zip
-fix
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index af2817bf9..0e83f05c1 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -30,6 +30,15 @@ gnunet_daemon_pt_LDADD = \
30 $(top_builddir)/src/mesh/libgnunetmesh.la \ 30 $(top_builddir)/src/mesh/libgnunetmesh.la \
31 $(GN_LIBINTL) 31 $(GN_LIBINTL)
32 32
33if HAVE_MHD
34 VPN_TEST = \
35 test_gnunet_vpn-4_to_6 \
36 test_gnunet_vpn-6_to_4 \
37 test_gnunet_vpn-6_over \
38 test_gnunet_vpn-4_over \
39 test_gns_vpn
40endif
41
33check_PROGRAMS = $(VPN_TEST) 42check_PROGRAMS = $(VPN_TEST)
34 43
35if ENABLE_TEST_RUN 44if ENABLE_TEST_RUN
@@ -40,14 +49,6 @@ EXTRA_DIST = \
40 test_gnunet_vpn.conf \ 49 test_gnunet_vpn.conf \
41 test_gns_vpn.conf 50 test_gns_vpn.conf
42 51
43if HAVE_MHD
44 VPN_TEST = \
45 test_gnunet_vpn-4_to_6 \
46 test_gnunet_vpn-6_to_4 \
47 test_gnunet_vpn-6_over \
48 test_gnunet_vpn-4_over \
49 test_gns_vpn
50endif
51 52
52 53
53test_gns_vpn_SOURCES = \ 54test_gns_vpn_SOURCES = \
@@ -56,7 +57,7 @@ test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \
56 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 57 $(top_builddir)/src/namestore/libgnunetnamestore.la \
57 $(top_builddir)/src/testing/libgnunettesting.la \ 58 $(top_builddir)/src/testing/libgnunettesting.la \
58 $(top_builddir)/src/util/libgnunetutil.la 59 $(top_builddir)/src/util/libgnunetutil.la
59test_gnunet_vpn_4_over_CPPFLAGS = \ 60test_gns_vpn_CPPFLAGS = \
60 @LIBCURL_CPPFLAGS@ 61 @LIBCURL_CPPFLAGS@
61 62
62test_gnunet_vpn_4_over_SOURCES = \ 63test_gnunet_vpn_4_over_SOURCES = \