From 0066f847206caa73b90b01a49d88e408934530dd Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Feb 2014 12:36:31 +0000 Subject: - add hello subsystem to get hellos for known peers --- src/mesh/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesh/Makefile.am') diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 1ca4c5a49..5c2dc84dc 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -69,6 +69,7 @@ gnunet_service_mesh_SOURCES = \ gnunet-service-mesh_local.c gnunet-service-mesh_local.h \ gnunet-service-mesh_peer.c gnunet-service-mesh_peer.h \ gnunet-service-mesh_dht.c gnunet-service-mesh_dht.h \ + gnunet-service-mesh_hello.c gnunet-service-mesh_hello.h \ mesh_path.c mesh_path.h \ mesh_common.c \ gnunet-service-mesh.c @@ -78,12 +79,14 @@ gnunet_service_mesh_LDADD = \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/block/libgnunetblock.la 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/peerinfo/libgnunetpeerinfo.la \ $(top_builddir)/src/block/libgnunetblock.la if LINUX gnunet_service_mesh_LDFLAGS = -lrt -- cgit v1.2.3