aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-13 14:14:04 +0200
committerChristian Grothoff <christian@grothoff.org>2016-07-13 14:14:04 +0200
commit35c18237ab2188217788818d597cc9d7c0b0d169 (patch)
tree4cfbb06d8abed9bf804c40f80cfce7c125bf674d /Makefile.am
parentedaf7f117a85736a8ca10ed4ee6345aafcc7007b (diff)
downloadlibbrandt-35c18237ab2188217788818d597cc9d7c0b0d169.tar.gz
libbrandt-35c18237ab2188217788818d597cc9d7c0b0d169.zip
link
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 615870f..705de3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,6 @@ check_PROGRAMS = \
19 test_crypto 19 test_crypto
20 20
21test_crypto_SOURCES = test_crypto.c 21test_crypto_SOURCES = test_crypto.c
22test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error 22test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil
23 23
24TESTS = $(check_PROGRAMS) 24TESTS = $(check_PROGRAMS)