aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
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 a9ae4fa5e..e5673fe24 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -31,6 +31,7 @@ gnunet_daemon_pt_LDADD = \
31 $(top_builddir)/src/util/libgnunetutil.la \ 31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(GN_LIBINTL) 32 $(GN_LIBINTL)
33 33
34if HAVE_TESTING
34if HAVE_MHD 35if HAVE_MHD
35if HAVE_LIBCURL 36if HAVE_LIBCURL
36if LINUX 37if LINUX
@@ -50,6 +51,7 @@ if MINGW
50endif 51endif
51endif 52endif
52endif 53endif
54endif
53 55
54check_PROGRAMS = $(VPN_TEST) 56check_PROGRAMS = $(VPN_TEST)
55 57