aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-15 13:29:47 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-15 13:29:47 +0100
commit9f36b6e9ef86d595b229c1c8f0671b63a18bdc03 (patch)
tree6156412b84f8fb864effbc7ff806610d7e9afe00 /src/util/Makefile.am
parent9f3f1753e8bd2b43a611e8f465dee2c770c998f5 (diff)
downloadgnunet-9f36b6e9ef86d595b229c1c8f0671b63a18bdc03.tar.gz
gnunet-9f36b6e9ef86d595b229c1c8f0671b63a18bdc03.zip
add test vector generation for crypto ops
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 369fcc6c1..7d347424b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -183,6 +183,7 @@ libexec_PROGRAMS = \
183bin_PROGRAMS = \ 183bin_PROGRAMS = \
184 gnunet-resolver \ 184 gnunet-resolver \
185 gnunet-config \ 185 gnunet-config \
186 gnunet-crypto-tvg \
186 $(GNUNET_ECC) \ 187 $(GNUNET_ECC) \
187 $(GNUNET_SCRYPT) \ 188 $(GNUNET_SCRYPT) \
188 gnunet-uri 189 gnunet-uri
@@ -221,6 +222,11 @@ gnunet_resolver_LDADD = \
221 libgnunetutil.la \ 222 libgnunetutil.la \
222 $(GN_LIBINTL) 223 $(GN_LIBINTL)
223 224
225gnunet_crypto_tvg_SOURCES = \
226 gnunet-crypto-tvg.c
227gnunet_crypto_tvg_LDADD = \
228 libgnunetutil.la \
229 $(GN_LIBINTL) -lgcrypt
224 230
225gnunet_ecc_SOURCES = \ 231gnunet_ecc_SOURCES = \
226 gnunet-ecc.c 232 gnunet-ecc.c