diff options
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r-- | src/pt/Makefile.am | 4 |
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 = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -if HAVE_TESTING - if HAVE_LIBGNURL LIB_GNURL=@LIBGNURL@ CPP_GNURL=@LIBGNURL_CPPFLAGS@ @@ -56,8 +54,6 @@ endif endif endif -endif - check_PROGRAMS = $(VPN_TEST) if ENABLE_TEST_RUN |