aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2009-09-22 21:57:17 +0000
committerNathan S. Evans <evans@in.tum.de>2009-09-22 21:57:17 +0000
commitc04768147bc897cfafb343aeeb02221ecd086795 (patch)
treef5c59f607de670e8ebe6de3c551eda44b4032de1 /src/util/Makefile.am
parent272d1eccc183b8cec9f5bf823afbbeac02087dbc (diff)
downloadgnunet-c04768147bc897cfafb343aeeb02221ecd086795.tar.gz
gnunet-c04768147bc897cfafb343aeeb02221ecd086795.zip
heap merge from .8, fixed testcase
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index c0e64b3f4..240c86247 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -84,6 +84,7 @@ check_PROGRAMS = \
84 test_container_bloomfilter \ 84 test_container_bloomfilter \
85 test_container_meta_data \ 85 test_container_meta_data \
86 test_container_multihashmap \ 86 test_container_multihashmap \
87 test_container_heap \
87 test_crypto_aes \ 88 test_crypto_aes \
88 test_crypto_aes_weak \ 89 test_crypto_aes_weak \
89 test_crypto_crc \ 90 test_crypto_crc \
@@ -156,6 +157,11 @@ test_container_multihashmap_SOURCES = \
156 test_container_multihashmap.c 157 test_container_multihashmap.c
157test_container_multihashmap_LDADD = \ 158test_container_multihashmap_LDADD = \
158 $(top_builddir)/src/util/libgnunetutil.la 159 $(top_builddir)/src/util/libgnunetutil.la
160
161test_container_heap_SOURCES = \
162 test_container_heap.c
163test_container_heap_LDADD = \
164 $(top_builddir)/src/util/libgnunetutil.la
159 165
160test_crypto_aes_SOURCES = \ 166test_crypto_aes_SOURCES = \
161 test_crypto_aes.c 167 test_crypto_aes.c