aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 21:06:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 21:06:46 +0000
commitdb3b3123f9d157c71d8b3d9e3b1d5966fe471599 (patch)
treeaaf010bbbd84fad2a3d6a14677982d32698a59c3 /src
parent49070a397348581d11bd845d46d6ed17de0ccac2 (diff)
downloadgnunet-db3b3123f9d157c71d8b3d9e3b1d5966fe471599.tar.gz
gnunet-db3b3123f9d157c71d8b3d9e3b1d5966fe471599.zip
-fixes
Diffstat (limited to 'src')
-rw-r--r--src/include/Makefile.am3
-rw-r--r--src/mesh/Makefile.am3
-rw-r--r--src/transport/Makefile.am4
3 files changed, 6 insertions, 4 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index d8d64def5..d95a670fe 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -13,7 +13,8 @@ EXTRA_DIST = \
13 gauger.h \ 13 gauger.h \
14 block_fs.h \ 14 block_fs.h \
15 block_dns.h \ 15 block_dns.h \
16 block_gns.h 16 block_gns.h \
17 block_mesh.h
17 18
18gnunetinclude_HEADERS = \ 19gnunetinclude_HEADERS = \
19 platform.h plibc.h $(WINPROC) gettext.h \ 20 platform.h plibc.h $(WINPROC) gettext.h \
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index cf008d43b..5a5f556ff 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -54,7 +54,7 @@ libgnunetmesh_la_LDFLAGS = \
54 -version-info 1:0:0 54 -version-info 1:0:0
55 55
56libgnunetmeshblock_la_SOURCES = \ 56libgnunetmeshblock_la_SOURCES = \
57 mesh_block_lib.c 57 mesh_block_lib.c mesh_block_lib.h
58libgnunetmeshblock_la_LIBADD = \ 58libgnunetmeshblock_la_LIBADD = \
59 $(top_builddir)/src/util/libgnunetutil.la \ 59 $(top_builddir)/src/util/libgnunetutil.la \
60 $(XLIB) \ 60 $(XLIB) \
@@ -338,6 +338,7 @@ TESTS = test_mesh_api \
338endif 338endif
339 339
340EXTRA_DIST = \ 340EXTRA_DIST = \
341 mesh.h mesh_protocol.h \
341 test_mesh.conf \ 342 test_mesh.conf \
342 test_mesh_2dtorus.conf \ 343 test_mesh_2dtorus.conf \
343 test_mesh_small.conf 344 test_mesh_small.conf
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a0d3f3429..f92bf3d18 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -239,7 +239,7 @@ libgnunet_plugin_transport_unix_la_LDFLAGS = \
239 239
240 240
241libgnunet_plugin_transport_http_client_la_SOURCES = \ 241libgnunet_plugin_transport_http_client_la_SOURCES = \
242 plugin_transport_http_client.c plugin_transport_http_common.c 242 plugin_transport_http_client.c plugin_transport_http_common.c plugin_transport_http_common.h
243libgnunet_plugin_transport_http_client_la_LIBADD = \ 243libgnunet_plugin_transport_http_client_la_LIBADD = \
244 $(top_builddir)/src/hello/libgnunethello.la \ 244 $(top_builddir)/src/hello/libgnunethello.la \
245 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 245 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -256,7 +256,7 @@ libgnunet_plugin_transport_http_client_la_CPPFLAGS = \
256 256
257 257
258libgnunet_plugin_transport_http_server_la_SOURCES = \ 258libgnunet_plugin_transport_http_server_la_SOURCES = \
259 plugin_transport_http_server.c plugin_transport_http_common.c 259 plugin_transport_http_server.c plugin_transport_http_common.c
260libgnunet_plugin_transport_http_server_la_LIBADD = \ 260libgnunet_plugin_transport_http_server_la_LIBADD = \
261 $(top_builddir)/src/hello/libgnunethello.la \ 261 $(top_builddir)/src/hello/libgnunethello.la \
262 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 262 $(top_builddir)/src/statistics/libgnunetstatistics.la \