aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-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