aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-11 16:58:27 +0000
commit562b33143ee9fa431a68ea6741e4feb3ba388f83 (patch)
tree6318eb2c56ff76730708a4791804842c63cf1f81 /src/util/Makefile.am
parent64821d4ae43b03b30de3dd136137598c0d5a2ab2 (diff)
downloadgnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.tar.gz
gnunet-562b33143ee9fa431a68ea6741e4feb3ba388f83.zip
changing heap remove node api to not pass heap; more fs hacking
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 9b43b5f05..b24b3ab7c 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -92,7 +92,7 @@ gnunet_service_resolver_LDADD = \
92 $(GN_LIBINTL) 92 $(GN_LIBINTL)
93gnunet_service_resolver_DEPENDENCIES = \ 93gnunet_service_resolver_DEPENDENCIES = \
94 libgnunetutil.la 94 libgnunetutil.la
95 95
96 96
97gnunet_resolver_SOURCES = \ 97gnunet_resolver_SOURCES = \
98 gnunet-resolver.c 98 gnunet-resolver.c
@@ -229,7 +229,8 @@ test_crypto_aes_LDADD = \
229test_crypto_aes_weak_SOURCES = \ 229test_crypto_aes_weak_SOURCES = \
230 test_crypto_aes_weak.c 230 test_crypto_aes_weak.c
231test_crypto_aes_weak_LDADD = \ 231test_crypto_aes_weak_LDADD = \
232 $(top_builddir)/src/util/libgnunetutil.la 232 $(top_builddir)/src/util/libgnunetutil.la \
233 -lgcrypt
233 234
234test_crypto_crc_SOURCES = \ 235test_crypto_crc_SOURCES = \
235 test_crypto_crc.c 236 test_crypto_crc.c