aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-29 11:35:56 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-29 11:35:56 +0000
commit2ef643ac2535a15d8107a2daff605b7c070edb15 (patch)
tree59ba94b96e748f00c8a87af104e8e78ed93e649c /src/pt/Makefile.am
parent1dbbf5be2a9a00b80200b98e8722095e082a4588 (diff)
downloadgnunet-2ef643ac2535a15d8107a2daff605b7c070edb15.tar.gz
gnunet-2ef643ac2535a15d8107a2daff605b7c070edb15.zip
-onlu linux
Diffstat (limited to 'src/pt/Makefile.am')
-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