From 1116d132e4663043a7cca6214a517c690270371c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 23 Jul 2012 11:05:26 +0000 Subject: [PATCH] - use statistics --- src/mesh/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index ba1a8fc85..2a51a519f 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -68,6 +68,7 @@ gnunet_service_mesh_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/dht/libgnunetdht.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/mesh/libgnunetmeshblock.la \ $(top_builddir)/src/regex/libgnunetregex.la @@ -75,6 +76,7 @@ gnunet_service_mesh_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/dht/libgnunetdht.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/block/libgnunetblock.la \ libgnunetmeshblock.la \ $(top_builddir)/src/regex/libgnunetregex.la -- 2.25.1