diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-05-17 20:02:57 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-05-17 20:02:57 +0200 |
commit | d89a4c1ee6f00924233c799e50777ea985d5b213 (patch) | |
tree | 215610256687d848ab5c0661360763143d6c193f /src/pt | |
parent | 3362a671f77099f9f53cb998a45eec073576391a (diff) |
deps are now required, no need for defines
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/Makefile.am | 2 |
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 = \ $(GN_LIBINTL) if HAVE_TESTING -if HAVE_MHD if HAVE_LIBGNURL LIB_GNURL=@LIBGNURL@ @@ -58,7 +57,6 @@ endif endif endif -endif check_PROGRAMS = $(VPN_TEST) |