aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-16 15:46:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-16 15:46:05 +0000
commitbb960e581aff44f7890440faccb3383d0e105ca4 (patch)
tree9896543f35cb354ac657a1e6d8a7d919ec8da3a6
parent427b84ad7aa13658cb433ccc1ac362b24f1754c3 (diff)
downloadgnunet-bb960e581aff44f7890440faccb3383d0e105ca4.tar.gz
gnunet-bb960e581aff44f7890440faccb3383d0e105ca4.zip
dist ready
-rw-r--r--Makefile.am2
-rw-r--r--po/gnunet.pot (renamed from po/GNUnet.pot)0
-rw-r--r--src/fs/Makefile.am7
-rw-r--r--src/hostlist/Makefile.am8
-rw-r--r--src/nat/Makefile.am2
-rw-r--r--src/transport/Makefile.am8
6 files changed, 16 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index c736a533d..06bb029db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,6 @@ EXTRA_DIST = \
6 config.rpath \ 6 config.rpath \
7 install-sh \ 7 install-sh \
8 HACKING \ 8 HACKING \
9 UPDATING \
10 PLATFORMS \
11 acinclude.m4 9 acinclude.m4
12 10
13ACLOCAL_AMFLAGS = -I m4 11ACLOCAL_AMFLAGS = -I m4
diff --git a/po/GNUnet.pot b/po/gnunet.pot
index 47bf3dfae..47bf3dfae 100644
--- a/po/GNUnet.pot
+++ b/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 = \
255 test_fs_collection_data.conf \ 255 test_fs_collection_data.conf \
256 test_fs_download_data.conf \ 256 test_fs_download_data.conf \
257 test_fs_file_information_data.conf \ 257 test_fs_file_information_data.conf \
258 test_fs_lib_data.conf \ 258 fs_test_lib_data.conf \
259 test_fs_list_indexed_data.conf \ 259 test_fs_list_indexed_data.conf \
260 test_fs_namespace_data.conf \ 260 test_fs_namespace_data.conf \
261 test_fs_publish_data.conf \ 261 test_fs_publish_data.conf \
262 test_fs_search_data.conf \ 262 test_fs_search_data.conf \
263 test_fs_unindex_data.conf \ 263 test_fs_unindex_data.conf \
264 test_fs_uri_data.conf \ 264 test_fs_uri_data.conf \
265 test_gnunet_fs_data.conf \ 265 test_gnunet_fs_idx_data.conf \
266 test_gnunet_fs_ns_data.conf \
267 test_gnunet_fs_psd_data.conf \
268 test_gnunet_fs_rec_data.conf \
266 test_gnunet_fs_rec_data.tgz 269 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 = \
50 50
51EXTRA_DIST = \ 51EXTRA_DIST = \
52 test_gnunet_daemon_hostlist_data.conf \ 52 test_gnunet_daemon_hostlist_data.conf \
53 test_gnunet_daemon_hostlist_data_peer1.conf \ 53 test_gnunet_daemon_hostlist_peer1.conf \
54 test_gnunet_daemon_hostlist_data_peer2.conf \ 54 test_gnunet_daemon_hostlist_peer2.conf \
55 learning_data.conf \ 55 learning_data.conf \
56 learning_data_peer1.conf \ 56 learning_peer1.conf \
57 learning_data_peer2.conf 57 learning_peer2.conf
58 58
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
15libgnunetnat_la_SOURCES = \ 15libgnunetnat_la_SOURCES = \
16 upnp.c upnp.h \ 16 upnp.c upnp.h \
17 natpmp.c natpmp.h \ 17 natpmp.c natpmp.h \
18 nat.c nat.h 18 nat.c
19 19
20libgnunetnat_la_CFLAGS = \ 20libgnunetnat_la_CFLAGS = \
21 -I$(top_scrdir)/include 21 -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 = \
139 139
140EXTRA_DIST = \ 140EXTRA_DIST = \
141 test_transport_api_data.conf \ 141 test_transport_api_data.conf \
142 test_transport_api_peer1.conf \ 142 test_transport_api_tcp_peer1.conf \
143 test_transport_api_peer2.conf \ 143 test_transport_api_tcp_peer2.conf \
144 test_transport_api_udp_peer1.conf \
145 test_transport_api_udp_peer2.conf \
146 test_transport_api_udp_nat_peer1.conf \
147 test_transport_api_udp_nat_peer2.conf \
144 test_plugin_transport_data.conf 148 test_plugin_transport_data.conf