From 2627e749b6e1d0acc2a43f33e66a3d2a1be65fac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Feb 2012 09:40:16 +0000 Subject: [PATCH] -fix --- src/fs/Makefile.am | 3 ++- src/include/Makefile.am | 2 ++ src/transport/Makefile.am | 2 +- 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 = \ test_gnunet_fs_psd.py.in \ test_gnunet_fs_rec.py.in \ test_gnunet_fs_ns.py.in \ - test_gnunet_fs_idx.py.in + test_gnunet_fs_idx.py.in \ + $(bin_SCRIPTS) CLEANFILES = $(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 = \ gnunet_helper_lib.h \ gnunet_load_lib.h \ gnunet_mesh_service.h \ + gnunet_namestore_plugin.h \ + gnunet_namestore_service.h \ gnunet_nat_lib.h \ gnunet_network_lib.h \ 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 = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_transport_udp_la_SOURCES = \ - plugin_transport_udp.c \ + plugin_transport_udp.c plugin_transport_udp.h \ plugin_transport_udp_broadcasting.c libgnunet_plugin_transport_udp_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ -- 2.25.1