aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:46:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:46:16 +0000
commitb335777fd435142c16eb05e86c8a64a4b1a45447 (patch)
tree4e2336652821a14123f678ab48c2f57d720b72a2 /src/mesh
parent99870b3bb76ba417b20a94948fa55342506d8f5f (diff)
downloadgnunet-b335777fd435142c16eb05e86c8a64a4b1a45447.tar.gz
gnunet-b335777fd435142c16eb05e86c8a64a4b1a45447.zip
adding missing files to dist
Diffstat (limited to 'src/mesh')
-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)