Update plibc header
[oweals/gnunet.git] / src / util / Makefile.am
index ca91f94f1329b28da565bd012be3949fd4d182fe..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,6 +190,7 @@ libgnunet_plugin_test_la_LDFLAGS = \
 if HAVE_BENCHMARKS
  BENCHMARKS = \
   perf_crypto_hash \
+  perf_crypto_symmetric \
   perf_malloc
 endif
 
@@ -203,10 +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_aes_weak \
+ 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,17 +327,11 @@ 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_aes_weak_SOURCES = \
- test_crypto_aes_weak.c
-test_crypto_aes_weak_LDADD = \
- $(top_builddir)/src/util/libgnunetutil.la  \
- $(LIBGCRYPT_LIBS)
-
 test_crypto_crc_SOURCES = \
  test_crypto_crc.c
 test_crypto_crc_LDADD = \
@@ -415,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
@@ -500,6 +501,11 @@ perf_crypto_hash_SOURCES = \
 perf_crypto_hash_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
+perf_crypto_symmetric_SOURCES = \
+ perf_crypto_symmetric.c
+perf_crypto_symmetric_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la  
+
 perf_malloc_SOURCES = \
  perf_malloc.c
 perf_malloc_LDADD = \