From 99a2ec2bdff71a42ff705da490dfb42ed6628fd9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Jul 2011 06:19:18 +0000 Subject: [PATCH] fix --- src/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1