aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-28 09:40:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-28 09:40:16 +0000
commit2627e749b6e1d0acc2a43f33e66a3d2a1be65fac (patch)
treeba34f193e1f8f1411d8dc58ad3117f2eb2df55f2 /src
parent66c54317d42f5f9bfc21b7b690df8dc754a5c683 (diff)
downloadgnunet-2627e749b6e1d0acc2a43f33e66a3d2a1be65fac.tar.gz
gnunet-2627e749b6e1d0acc2a43f33e66a3d2a1be65fac.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am3
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/transport/Makefile.am2
3 files changed, 5 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 512c84db6..0de739d91 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -460,6 +460,7 @@ EXTRA_DIST = \
460 test_gnunet_fs_psd.py.in \ 460 test_gnunet_fs_psd.py.in \
461 test_gnunet_fs_rec.py.in \ 461 test_gnunet_fs_rec.py.in \
462 test_gnunet_fs_ns.py.in \ 462 test_gnunet_fs_ns.py.in \
463 test_gnunet_fs_idx.py.in 463 test_gnunet_fs_idx.py.in \
464 $(bin_SCRIPTS)
464 465
465CLEANFILES = $(check_SCRIPTS) 466CLEANFILES = $(check_SCRIPTS)
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 85c9f7d4f..a9b2c9116 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -50,6 +50,8 @@ gnunetinclude_HEADERS = \
50 gnunet_helper_lib.h \ 50 gnunet_helper_lib.h \
51 gnunet_load_lib.h \ 51 gnunet_load_lib.h \
52 gnunet_mesh_service.h \ 52 gnunet_mesh_service.h \
53 gnunet_namestore_plugin.h \
54 gnunet_namestore_service.h \
53 gnunet_nat_lib.h \ 55 gnunet_nat_lib.h \
54 gnunet_network_lib.h \ 56 gnunet_network_lib.h \
55 gnunet_nse_service.h \ 57 gnunet_nse_service.h \
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 80c1055f5..069245080 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -188,7 +188,7 @@ libgnunet_plugin_transport_wlan_la_LDFLAGS = \
188 $(GN_PLUGIN_LDFLAGS) 188 $(GN_PLUGIN_LDFLAGS)
189 189
190libgnunet_plugin_transport_udp_la_SOURCES = \ 190libgnunet_plugin_transport_udp_la_SOURCES = \
191 plugin_transport_udp.c \ 191 plugin_transport_udp.c plugin_transport_udp.h \
192 plugin_transport_udp_broadcasting.c 192 plugin_transport_udp_broadcasting.c
193libgnunet_plugin_transport_udp_la_LIBADD = \ 193libgnunet_plugin_transport_udp_la_LIBADD = \
194 $(top_builddir)/src/hello/libgnunethello.la \ 194 $(top_builddir)/src/hello/libgnunethello.la \