aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pt/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 0e83f05c1..3c71d6d76 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -31,6 +31,7 @@ gnunet_daemon_pt_LDADD = \
31 $(GN_LIBINTL) 31 $(GN_LIBINTL)
32 32
33if HAVE_MHD 33if HAVE_MHD
34if LINUX
34 VPN_TEST = \ 35 VPN_TEST = \
35 test_gnunet_vpn-4_to_6 \ 36 test_gnunet_vpn-4_to_6 \
36 test_gnunet_vpn-6_to_4 \ 37 test_gnunet_vpn-6_to_4 \
@@ -38,6 +39,7 @@ if HAVE_MHD
38 test_gnunet_vpn-4_over \ 39 test_gnunet_vpn-4_over \
39 test_gns_vpn 40 test_gns_vpn
40endif 41endif
42endif
41 43
42check_PROGRAMS = $(VPN_TEST) 44check_PROGRAMS = $(VPN_TEST)
43 45