From bb960e581aff44f7890440faccb3383d0e105ca4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Apr 2010 15:46:05 +0000 Subject: [PATCH] dist ready --- Makefile.am | 2 -- po/{GNUnet.pot => gnunet.pot} | 0 src/fs/Makefile.am | 7 +++++-- src/hostlist/Makefile.am | 8 ++++---- src/nat/Makefile.am | 2 +- src/transport/Makefile.am | 8 ++++++-- 6 files changed, 16 insertions(+), 11 deletions(-) rename po/{GNUnet.pot => gnunet.pot} (100%) diff --git a/Makefile.am b/Makefile.am index c736a533d..06bb029db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,6 @@ EXTRA_DIST = \ config.rpath \ install-sh \ HACKING \ - UPDATING \ - PLATFORMS \ acinclude.m4 ACLOCAL_AMFLAGS = -I m4 diff --git a/po/GNUnet.pot b/po/gnunet.pot similarity index 100% rename from po/GNUnet.pot rename to po/gnunet.pot diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index a96273f9c..02952fec8 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -255,12 +255,15 @@ EXTRA_DIST = \ test_fs_collection_data.conf \ test_fs_download_data.conf \ test_fs_file_information_data.conf \ - test_fs_lib_data.conf \ + fs_test_lib_data.conf \ test_fs_list_indexed_data.conf \ test_fs_namespace_data.conf \ test_fs_publish_data.conf \ test_fs_search_data.conf \ test_fs_unindex_data.conf \ test_fs_uri_data.conf \ - test_gnunet_fs_data.conf \ + test_gnunet_fs_idx_data.conf \ + test_gnunet_fs_ns_data.conf \ + test_gnunet_fs_psd_data.conf \ + test_gnunet_fs_rec_data.conf \ test_gnunet_fs_rec_data.tgz diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 3efc5ed5f..e2b45c208 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -50,9 +50,9 @@ test_gnunet_daemon_hostlist_learning_LDADD = \ EXTRA_DIST = \ test_gnunet_daemon_hostlist_data.conf \ - test_gnunet_daemon_hostlist_data_peer1.conf \ - test_gnunet_daemon_hostlist_data_peer2.conf \ + test_gnunet_daemon_hostlist_peer1.conf \ + test_gnunet_daemon_hostlist_peer2.conf \ learning_data.conf \ - learning_data_peer1.conf \ - learning_data_peer2.conf + learning_peer1.conf \ + learning_peer2.conf diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index 89cfba7a9..3ec124c5e 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -15,7 +15,7 @@ lib_LTLIBRARIES = libgnunetnat.la libgnunetnat_la_SOURCES = \ upnp.c upnp.h \ natpmp.c natpmp.h \ - nat.c nat.h + nat.c libgnunetnat_la_CFLAGS = \ -I$(top_scrdir)/include diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 2ff98c881..70c6c6c75 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -139,6 +139,10 @@ test_transport_api_udp_nat_LDADD = \ EXTRA_DIST = \ test_transport_api_data.conf \ - test_transport_api_peer1.conf \ - test_transport_api_peer2.conf \ + test_transport_api_tcp_peer1.conf \ + test_transport_api_tcp_peer2.conf \ + test_transport_api_udp_peer1.conf \ + test_transport_api_udp_peer2.conf \ + test_transport_api_udp_nat_peer1.conf \ + test_transport_api_udp_nat_peer2.conf \ test_plugin_transport_data.conf -- 2.25.1