-fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 28 Feb 2012 09:40:16 +0000 (09:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 28 Feb 2012 09:40:16 +0000 (09:40 +0000)
src/fs/Makefile.am
src/include/Makefile.am
src/transport/Makefile.am

index 512c84db62d1881f82620bc1fe13d464bf81eb73..0de739d915763edd3f19285fe0a8f1a6fff68eb0 100644 (file)
@@ -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)
index 85c9f7d4f80499925f3b4be04b0d9d313a686b65..a9b2c9116ac2c1f0ee29761ea8072fbc3d5991fb 100644 (file)
@@ -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 \
index 80c1055f50934063405c9b53d081783191c07ad8..0692450805819b75b06c9258d89e5a544ea2f3c1 100644 (file)
@@ -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 \