aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-17 20:02:57 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-17 20:02:57 +0200
commitd89a4c1ee6f00924233c799e50777ea985d5b213 (patch)
tree215610256687d848ab5c0661360763143d6c193f /src/pt
parent3362a671f77099f9f53cb998a45eec073576391a (diff)
downloadgnunet-d89a4c1ee6f00924233c799e50777ea985d5b213.tar.gz
gnunet-d89a4c1ee6f00924233c799e50777ea985d5b213.zip
deps are now required, no need for defines
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 09a68b779..10ae04931 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -29,7 +29,6 @@ gnunet_daemon_pt_LDADD = \
29 $(GN_LIBINTL) 29 $(GN_LIBINTL)
30 30
31if HAVE_TESTING 31if HAVE_TESTING
32if HAVE_MHD
33 32
34if HAVE_LIBGNURL 33if HAVE_LIBGNURL
35LIB_GNURL=@LIBGNURL@ 34LIB_GNURL=@LIBGNURL@
@@ -58,7 +57,6 @@ endif
58endif 57endif
59 58
60endif 59endif
61endif
62 60
63check_PROGRAMS = $(VPN_TEST) 61check_PROGRAMS = $(VPN_TEST)
64 62