diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:14:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:14:04 +0200 |
commit | 35c18237ab2188217788818d597cc9d7c0b0d169 (patch) | |
tree | 4cfbb06d8abed9bf804c40f80cfce7c125bf674d | |
parent | edaf7f117a85736a8ca10ed4ee6345aafcc7007b (diff) |
link
-rw-r--r-- | Makefile.am | 2 |
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 = \ 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) |