From 5c78bfb6e36bec2d98041a942856c9eb49ca7a6a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Feb 2014 15:36:28 +0000 Subject: - add hello lib --- src/mesh/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesh/Makefile.am') diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 13f1d01c2..35f06f8d2 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -81,6 +81,7 @@ gnunet_service_mesh_LDADD = \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ + $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/block/libgnunetblock.la gnunet_service_mesh_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -89,6 +90,7 @@ gnunet_service_mesh_DEPENDENCIES = \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ + $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/block/libgnunetblock.la if LINUX gnunet_service_mesh_LDFLAGS = -lrt -- cgit v1.2.3