aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-09 14:18:01 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-09 14:18:10 +0200
commitf531d06a9d64d627034c2220769c1af63fb72297 (patch)
tree25eb2a39209beff39406e0fd5ca869df62fefa06 /src/gns/Makefile.am
parent839139eb858c01bbba6a25062e32916f2689e252 (diff)
downloadgnunet-f531d06a9d64d627034c2220769c1af63fb72297.tar.gz
gnunet-f531d06a9d64d627034c2220769c1af63fb72297.zip
fix gnunet-bugreport output issues
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index bd8311d70..0a68e7cba 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -297,8 +297,17 @@ check_SCRIPTS = \
297 test_gns_rel_expiration.sh\ 297 test_gns_rel_expiration.sh\
298 test_gns_soa_lookup.sh\ 298 test_gns_soa_lookup.sh\
299 test_gns_revocation.sh\ 299 test_gns_revocation.sh\
300 test_gns_cname_lookup.sh \ 300 test_gns_cname_lookup.sh
301
302if HAVE_MHD
303if HAVE_GNUTLS
304if HAVE_LIBGNURL
305check_SCRIPTS += \
301 test_proxy.sh 306 test_proxy.sh
307endif
308endif
309endif
310
302 311
303if ENABLE_TEST_RUN 312if ENABLE_TEST_RUN
304if HAVE_SQLITE 313if HAVE_SQLITE