From: Christian Grothoff Date: Sat, 9 Jul 2011 06:19:18 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~17923 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=99a2ec2bdff71a42ff705da490dfb42ed6628fd9;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 6c85e4064..f709bb4a2 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -240,7 +240,7 @@ test_crypto_aes_weak_SOURCES = \ test_crypto_aes_weak.c test_crypto_aes_weak_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - -lgcrypt + $(LIBGCRYPT_LIBS) test_crypto_crc_SOURCES = \ test_crypto_crc.c