aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-12-04 14:52:45 +0100
committerFlorian Dold <florian@dold.me>2020-12-04 14:53:56 +0100
commit1a3070b15b944b2c7406d123947a15af3fd7aa64 (patch)
treefe9c2990ec6abf8d9d1f1b53ce52075de257a513 /src/util/Makefile.am
parentddbb4c740614d988431700bdcbb358de00be6313 (diff)
downloadgnunet-1a3070b15b944b2c7406d123947a15af3fd7aa64.tar.gz
gnunet-1a3070b15b944b2c7406d123947a15af3fd7aa64.zip
gnunet-crypto-tvg: output JSON, fix memleaks
This commit also bumps the version of libgnunetutil, due to the spell checking fix to xts in rsa (un)blinding.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c5059bbb1..1949dceb0 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -138,7 +138,7 @@ libgnunetutil_la_LIBADD = \
138 138
139libgnunetutil_la_LDFLAGS = \ 139libgnunetutil_la_LDFLAGS = \
140 $(GN_LIB_LDFLAGS) \ 140 $(GN_LIB_LDFLAGS) \
141 -version-info 13:2:0 141 -version-info 13:2:1
142 142
143if HAVE_TESTING 143if HAVE_TESTING
144 GNUNET_ECC = gnunet-ecc 144 GNUNET_ECC = gnunet-ecc
@@ -195,7 +195,7 @@ gnunet_crypto_tvg_SOURCES = \
195 gnunet-crypto-tvg.c 195 gnunet-crypto-tvg.c
196gnunet_crypto_tvg_LDADD = \ 196gnunet_crypto_tvg_LDADD = \
197 libgnunetutil.la \ 197 libgnunetutil.la \
198 $(GN_LIBINTL) -lgcrypt 198 $(GN_LIBINTL) -lgcrypt -ljansson
199 199
200gnunet_ecc_SOURCES = \ 200gnunet_ecc_SOURCES = \
201 gnunet-ecc.c 201 gnunet-ecc.c