aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent99870b3bb76ba417b20a94948fa55342506d8f5f (diff)
adding missing files to dist
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am5
-rw-r--r--src/transport/Makefile.am6
2 files changed, 7 insertions, 4 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index ee3e329fa2..6adcdf425a 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -23,7 +23,8 @@ lib_LTLIBRARIES = \
libgnunetmesh.la
gnunet_service_mesh_SOURCES = \
- gnunet-service-mesh.c mesh_tunnel_tree.c
+ gnunet-service-mesh.c \
+ mesh_tunnel_tree.c mesh_tunnel_tree.h
gnunet_service_mesh_LDADD = \
$(top_builddir)/src/core/libgnunetcore.la\
$(top_builddir)/src/dht/libgnunetdht.la \
@@ -34,7 +35,7 @@ gnunet_service_mesh_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetmesh_la_SOURCES = \
- mesh_api.c mesh.h
+ mesh_api.c mesh.h mesh_protocol.h
libgnunetmesh_la_LIBADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(XLIB)
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 72a319b442..c71d4fd207 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -210,7 +210,8 @@ libgnunet_plugin_transport_unix_la_LDFLAGS = \
$(GN_PLUGIN_LDFLAGS)
libgnunet_plugin_transport_http_la_SOURCES = \
- plugin_transport_http.c plugin_transport_http_client.c plugin_transport_http_server.c
+ plugin_transport_http.c plugin_transport_http.h. \
+ plugin_transport_http_client.c plugin_transport_http_server.c
libgnunet_plugin_transport_http_la_LIBADD = \
$(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -227,7 +228,8 @@ libgnunet_plugin_transport_http_la_CPPFLAGS = \
@LIBCURL_CPPFLAGS@
libgnunet_plugin_transport_https_la_SOURCES = \
- plugin_transport_http.c plugin_transport_http_client.c plugin_transport_http_server.c
+ plugin_transport_http.c plugin_transport_http.h \
+ plugin_transport_http_client.c plugin_transport_http_server.c
libgnunet_plugin_transport_https_la_LIBADD = \
$(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \