aboutsummaryrefslogtreecommitdiff
path: root/src/gns
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/gns
parent3362a671f77099f9f53cb998a45eec073576391a (diff)
downloadgnunet-d89a4c1ee6f00924233c799e50777ea985d5b213.tar.gz
gnunet-d89a4c1ee6f00924233c799e50777ea985d5b213.zip
deps are now required, no need for defines
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 7a5f7cfd8..5a9c70997 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -55,7 +55,6 @@ lib_LTLIBRARIES = \
55 libgnunetgns.la 55 libgnunetgns.la
56 56
57 57
58if HAVE_MHD
59if HAVE_GNUTLS 58if HAVE_GNUTLS
60if HAVE_LIBGNURL 59if HAVE_LIBGNURL
61 DO_PROXY=gnunet-gns-proxy 60 DO_PROXY=gnunet-gns-proxy
@@ -69,7 +68,6 @@ CPP_GNURL=@LIBCURL_CPPFLAGS@
69endif 68endif
70endif 69endif
71endif 70endif
72endif
73 71
74libexec_PROGRAMS = \ 72libexec_PROGRAMS = \
75 gnunet-service-gns \ 73 gnunet-service-gns \
@@ -82,15 +80,11 @@ bin_PROGRAMS = \
82noinst_PROGRAMS = \ 80noinst_PROGRAMS = \
83 gnunet-gns-benchmark 81 gnunet-gns-benchmark
84 82
85if HAVE_MHD
86if LINUX 83if LINUX
87bin_PROGRAMS += gnunet-bcd 84bin_PROGRAMS += gnunet-bcd
88endif 85endif
89endif
90 86
91if HAVE_REST
92REST_PLUGIN = libgnunet_plugin_rest_gns.la 87REST_PLUGIN = libgnunet_plugin_rest_gns.la
93endif
94 88
95plugin_LTLIBRARIES = \ 89plugin_LTLIBRARIES = \
96 libgnunet_plugin_block_gns.la \ 90 libgnunet_plugin_block_gns.la \
@@ -258,14 +252,12 @@ libgnunet_plugin_block_gns_la_LDFLAGS = \
258 $(GN_LIBINTL) \ 252 $(GN_LIBINTL) \
259 $(GN_PLUGIN_LDFLAGS) 253 $(GN_PLUGIN_LDFLAGS)
260 254
261if HAVE_MHD
262if HAVE_GNUTLS 255if HAVE_GNUTLS
263if HAVE_LIBGNURL 256if HAVE_LIBGNURL
264check_PROGRAMS = \ 257check_PROGRAMS = \
265 test_gns_proxy 258 test_gns_proxy
266endif 259endif
267endif 260endif
268endif
269 261
270check_SCRIPTS = \ 262check_SCRIPTS = \
271 test_gns_lookup.sh \ 263 test_gns_lookup.sh \
@@ -286,18 +278,14 @@ check_SCRIPTS = \
286 test_gns_revocation.sh\ 278 test_gns_revocation.sh\
287 test_gns_cname_lookup.sh 279 test_gns_cname_lookup.sh
288 280
289if HAVE_MHD
290if HAVE_GNUTLS 281if HAVE_GNUTLS
291if HAVE_LIBGNURL 282if HAVE_LIBGNURL
292check_SCRIPTS += \ 283check_SCRIPTS += \
293 test_proxy.sh 284 test_proxy.sh
294endif 285endif
295endif 286endif
296if HAVE_JSON
297check_SCRIPTS += \ 287check_SCRIPTS += \
298 test_plugin_rest_gns.sh 288 test_plugin_rest_gns.sh
299endif
300endif
301 289
302 290
303if ENABLE_TEST_RUN 291if ENABLE_TEST_RUN