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.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 10ae04931..fc2cb592c 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -28,8 +28,6 @@ gnunet_daemon_pt_LDADD = \
28 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \
29 $(GN_LIBINTL) 29 $(GN_LIBINTL)
30 30
31if HAVE_TESTING
32
33if HAVE_LIBGNURL 31if HAVE_LIBGNURL
34LIB_GNURL=@LIBGNURL@ 32LIB_GNURL=@LIBGNURL@
35CPP_GNURL=@LIBGNURL_CPPFLAGS@ 33CPP_GNURL=@LIBGNURL_CPPFLAGS@
@@ -56,8 +54,6 @@ endif
56endif 54endif
57endif 55endif
58 56
59endif
60
61check_PROGRAMS = $(VPN_TEST) 57check_PROGRAMS = $(VPN_TEST)
62 58
63if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN