Update plibc header
[oweals/gnunet.git] / src / util / Makefile.am
index 6c1d8d7859c2f8f1d52c67e3bf9d8e781c94ff1d..564204862b4cc340305d0f745cfeb53e0d2b95af 100644 (file)
@@ -73,9 +73,10 @@ libgnunetutil_la_SOURCES = \
   container_heap.c \
   container_meta_data.c \
   container_multihashmap.c \
+  container_multipeermap.c \
   container_multihashmap32.c \
   container_slist.c \
-  crypto_aes.c \
+  crypto_symmetric.c \
   crypto_crc.c \
   crypto_ecc.c \
   crypto_hash.c \
@@ -189,7 +190,7 @@ libgnunet_plugin_test_la_LDFLAGS = \
 if HAVE_BENCHMARKS
  BENCHMARKS = \
   perf_crypto_hash \
-  perf_crypto_aes \
+  perf_crypto_symmetric \
   perf_malloc
 endif
 
@@ -204,9 +205,10 @@ check_PROGRAMS = \
  test_container_meta_data \
  test_container_multihashmap \
  test_container_multihashmap32 \
+ test_container_multipeermap \
  test_container_heap \
  test_container_slist \
- test_crypto_aes \
+ test_crypto_symmetric \
  test_crypto_crc \
  test_crypto_ecc \
  test_crypto_hash \
@@ -310,6 +312,11 @@ test_container_multihashmap32_SOURCES = \
 test_container_multihashmap32_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la
 
+test_container_multipeermap_SOURCES = \
+ test_container_multipeermap.c
+test_container_multipeermap_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la
+
 test_container_heap_SOURCES = \
  test_container_heap.c
 test_container_heap_LDADD = \
@@ -320,9 +327,9 @@ test_container_slist_SOURCES = \
 test_container_slist_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
-test_crypto_aes_SOURCES = \
- test_crypto_aes.c
-test_crypto_aes_LDADD = \
+test_crypto_symmetric_SOURCES = \
+ test_crypto_symmetric.c
+test_crypto_symmetric_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 test_crypto_crc_SOURCES = \
@@ -409,7 +416,7 @@ test_os_network_LDADD = \
 test_peer_SOURCES = \
  test_peer.c
 test_peer_LDADD = \
-$(top_builddir)/src/util/libgnunetutil.la
+$(top_builddir)/src/util/libgnunetutil.la -lgcrypt
 
 test_plugin_SOURCES = \
  test_plugin.c
@@ -494,9 +501,9 @@ perf_crypto_hash_SOURCES = \
 perf_crypto_hash_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
-perf_crypto_aes_SOURCES = \
- perf_crypto_aes.c
-perf_crypto_aes_LDADD = \
+perf_crypto_symmetric_SOURCES = \
+ perf_crypto_symmetric.c
+perf_crypto_symmetric_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 perf_malloc_SOURCES = \