aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /src/util
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index a3a77073e..c3a0feccc 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -145,10 +145,8 @@ libgnunetutil_la_LDFLAGS = \
145 $(GN_LIB_LDFLAGS) \ 145 $(GN_LIB_LDFLAGS) \
146 -version-info 14:0:0 146 -version-info 14:0:0
147 147
148if HAVE_TESTING 148GNUNET_ECC = gnunet-ecc
149 GNUNET_ECC = gnunet-ecc 149GNUNET_SCRYPT = gnunet-scrypt
150 GNUNET_SCRYPT = gnunet-scrypt
151endif
152 150
153lib_LTLIBRARIES = libgnunetutil.la 151lib_LTLIBRARIES = libgnunetutil.la
154 152