aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 81b127883..26da9138c 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -29,6 +29,6 @@ gnunet_service_mesh_SOURCES = \
29 gnunet-service-mesh.c 29 gnunet-service-mesh.c
30 30
31gnunet_service_mesh_LDADD = \ 31gnunet_service_mesh_LDADD = \
32 $(top_builddir)/src/core/libgnunetcore.la 32 $(top_builddir)/src/core/libgnunetcore.la\
33# $(top_builddir)/src/transport/libgnunettransport.la \ 33 $(top_builddir)/src/util/libgnunetutil.la
34# $(top_builddir)/src/util/libgnunetutil.la 34