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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index a71dd76df..87651e620 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -88,6 +88,7 @@ libgnunetutil_la_SOURCES = \
88 crypto_mpi.c \ 88 crypto_mpi.c \
89 crypto_paillier.c \ 89 crypto_paillier.c \
90 crypto_random.c \ 90 crypto_random.c \
91 crypto_rsa.c \
91 disk.c \ 92 disk.c \
92 disk.h \ 93 disk.h \
93 getopt.c \ 94 getopt.c \
@@ -229,6 +230,7 @@ check_PROGRAMS = \
229 test_crypto_hkdf \ 230 test_crypto_hkdf \
230 test_crypto_paillier \ 231 test_crypto_paillier \
231 test_crypto_random \ 232 test_crypto_random \
233 test_crypto_rsa \
232 test_disk \ 234 test_disk \
233 test_getopt \ 235 test_getopt \
234 test_connection.nc \ 236 test_connection.nc \
@@ -404,6 +406,11 @@ test_crypto_random_SOURCES = \
404test_crypto_random_LDADD = \ 406test_crypto_random_LDADD = \
405 libgnunetutil.la 407 libgnunetutil.la
406 408
409test_crypto_rsa_SOURCES = \
410 test_crypto_rsa.c
411test_crypto_rsa_LDADD = \
412 libgnunetutil.la
413
407test_disk_SOURCES = \ 414test_disk_SOURCES = \
408 test_disk.c 415 test_disk.c
409test_disk_LDADD = \ 416test_disk_LDADD = \