Update plibc header
[oweals/gnunet.git] / src / util / Makefile.am
index 934385663064d54e8413eb6e4bd7bec55ca2cfb5..564204862b4cc340305d0f745cfeb53e0d2b95af 100644 (file)
@@ -73,6 +73,7 @@ libgnunetutil_la_SOURCES = \
   container_heap.c \
   container_meta_data.c \
   container_multihashmap.c \
+  container_multipeermap.c \
   container_multihashmap32.c \
   container_slist.c \
   crypto_symmetric.c \
@@ -204,6 +205,7 @@ check_PROGRAMS = \
  test_container_meta_data \
  test_container_multihashmap \
  test_container_multihashmap32 \
+ test_container_multipeermap \
  test_container_heap \
  test_container_slist \
  test_crypto_symmetric \
@@ -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 = \
@@ -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