aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-09 06:19:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-09 06:19:18 +0000
commit99a2ec2bdff71a42ff705da490dfb42ed6628fd9 (patch)
tree507140b4674e1058aa7624e12a5459b198b6e489 /src/util/Makefile.am
parent7c492f3807011ff6a20bcf6761695f1a2efd754d (diff)
downloadgnunet-99a2ec2bdff71a42ff705da490dfb42ed6628fd9.tar.gz
gnunet-99a2ec2bdff71a42ff705da490dfb42ed6628fd9.zip
fix
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \
240 test_crypto_aes_weak.c 240 test_crypto_aes_weak.c
241test_crypto_aes_weak_LDADD = \ 241test_crypto_aes_weak_LDADD = \
242 $(top_builddir)/src/util/libgnunetutil.la \ 242 $(top_builddir)/src/util/libgnunetutil.la \
243 -lgcrypt 243 $(LIBGCRYPT_LIBS)
244 244
245test_crypto_crc_SOURCES = \ 245test_crypto_crc_SOURCES = \
246 test_crypto_crc.c 246 test_crypto_crc.c