aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index ee3e329fa..6adcdf425 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -23,7 +23,8 @@ lib_LTLIBRARIES = \
23 libgnunetmesh.la 23 libgnunetmesh.la
24 24
25gnunet_service_mesh_SOURCES = \ 25gnunet_service_mesh_SOURCES = \
26 gnunet-service-mesh.c mesh_tunnel_tree.c 26 gnunet-service-mesh.c \
27 mesh_tunnel_tree.c mesh_tunnel_tree.h
27gnunet_service_mesh_LDADD = \ 28gnunet_service_mesh_LDADD = \
28 $(top_builddir)/src/core/libgnunetcore.la\ 29 $(top_builddir)/src/core/libgnunetcore.la\
29 $(top_builddir)/src/dht/libgnunetdht.la \ 30 $(top_builddir)/src/dht/libgnunetdht.la \
@@ -34,7 +35,7 @@ gnunet_service_mesh_LDADD = \
34 $(top_builddir)/src/util/libgnunetutil.la 35 $(top_builddir)/src/util/libgnunetutil.la
35 36
36libgnunetmesh_la_SOURCES = \ 37libgnunetmesh_la_SOURCES = \
37 mesh_api.c mesh.h 38 mesh_api.c mesh.h mesh_protocol.h
38libgnunetmesh_la_LIBADD = \ 39libgnunetmesh_la_LIBADD = \
39 $(top_builddir)/src/util/libgnunetutil.la \ 40 $(top_builddir)/src/util/libgnunetutil.la \
40 $(XLIB) 41 $(XLIB)