This commit is contained in:
Christian Grothoff 2016-07-13 14:14:04 +02:00
parent edaf7f117a
commit 35c18237ab

View File

@ -19,6 +19,6 @@ check_PROGRAMS = \
test_crypto
test_crypto_SOURCES = test_crypto.c
test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error
test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil
TESTS = $(check_PROGRAMS)