aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-31 12:57:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-31 12:57:16 +0000
commite8a14c12c3a192eb1a11558f1d4482a00bcdcf09 (patch)
tree34680e39f2f4efc4697667b8cbc9859b9ed1e734
parente2930db93755af3936c7592f881b9b1580240de2 (diff)
downloadgnunet-e8a14c12c3a192eb1a11558f1d4482a00bcdcf09.tar.gz
gnunet-e8a14c12c3a192eb1a11558f1d4482a00bcdcf09.zip
-adding missing extra_dist files
-rw-r--r--src/dv/Makefile.am5
-rw-r--r--src/gns/Makefile.am1
-rw-r--r--src/integration-tests/Makefile.am1
-rw-r--r--src/mesh/Makefile.am4
-rw-r--r--src/testbed/Makefile.am6
-rw-r--r--src/transport/Makefile.am4
6 files changed, 17 insertions, 4 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 39e1d5833..0fa26a90d 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -75,5 +75,6 @@ endif
75# $(top_builddir)/src/core/libgnunetcore.la \ 75# $(top_builddir)/src/core/libgnunetcore.la \
76# $(top_builddir)/src/transport/libgnunettransport.la \ 76# $(top_builddir)/src/transport/libgnunettransport.la \
77# $(top_builddir)/src/util/libgnunetutil.la 77# $(top_builddir)/src/util/libgnunetutil.la
78#EXTRA_DIST = \ 78
79# test_transport_dv_data.conf 79EXTRA_DIST = \
80 test_transport_dv_data.conf
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 038f9f4d3..cd997dbdc 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -10,6 +10,7 @@ EXTRA_DIST = \
10 test_gns_defaults.conf \ 10 test_gns_defaults.conf \
11 test_gns_simple_lookup.conf \ 11 test_gns_simple_lookup.conf \
12 test_gns_dht_default.conf \ 12 test_gns_dht_default.conf \
13 gns-helper-service-w32.conf \
13 zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey \ 14 zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey \
14 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \ 15 zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \
15 zonefiles/test_zonekey 16 zonefiles/test_zonekey
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index cb8e98d1c..e42fb0c33 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -128,6 +128,7 @@ EXTRA_DIST = \
128 test_integration_clique.py.in \ 128 test_integration_clique.py.in \
129 test_integration_clique_nat.py.in \ 129 test_integration_clique_nat.py.in \
130 confs/c_bootstrap_server.conf \ 130 confs/c_bootstrap_server.conf \
131 confs/c_bootstrap_server_w_massif.conf \
131 confs/c_nat_client.conf \ 132 confs/c_nat_client.conf \
132 confs/c_no_nat_client_2.conf \ 133 confs/c_no_nat_client_2.conf \
133 confs/c_no_nat_client.conf \ 134 confs/c_no_nat_client.conf \
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 5715826c8..3b8b910be 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -331,4 +331,6 @@ EXTRA_DIST = \
331 test_mesh.conf \ 331 test_mesh.conf \
332 test_mesh_2dtorus.conf \ 332 test_mesh_2dtorus.conf \
333 test_mesh_small.conf \ 333 test_mesh_small.conf \
334 test_mesh_path.conf 334 test_mesh_path.conf \
335 regex_profiler_test.conf
336
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 0d332a68a..6e76b0862 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -176,4 +176,8 @@ test_gnunet_helper_testbed_SOURCES = \
176test_gnunet_helper_testbed_LDADD = \ 176test_gnunet_helper_testbed_LDADD = \
177 $(top_builddir)/src/util/libgnunetutil.la \ 177 $(top_builddir)/src/util/libgnunetutil.la \
178 libgnunettestbed.la \ 178 libgnunettestbed.la \
179 -lz \ No newline at end of file 179 -lz
180
181
182EXTRA_DIST = \
183 test_testbed_api.conf
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index c89e6d42f..eafcdae02 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -860,6 +860,8 @@ test_quota_compliance_udp_peer1.conf\
860test_quota_compliance_udp_peer2.conf\ 860test_quota_compliance_udp_peer2.conf\
861test_quota_compliance_unix_peer1.conf\ 861test_quota_compliance_unix_peer1.conf\
862test_quota_compliance_unix_peer2.conf\ 862test_quota_compliance_unix_peer2.conf\
863test_quota_compliance_wlan_peer1.conf\
864test_quota_compliance_wlan_peer2.conf\
863test_quota_compliance_http_asymmetric_peer1.conf\ 865test_quota_compliance_http_asymmetric_peer1.conf\
864test_quota_compliance_http_asymmetric_peer2.conf\ 866test_quota_compliance_http_asymmetric_peer2.conf\
865test_quota_compliance_https_asymmetric_peer1.conf\ 867test_quota_compliance_https_asymmetric_peer1.conf\
@@ -868,6 +870,8 @@ test_quota_compliance_tcp_asymmetric_peer1.conf\
868test_quota_compliance_tcp_asymmetric_peer2.conf\ 870test_quota_compliance_tcp_asymmetric_peer2.conf\
869test_quota_compliance_unix_asymmetric_peer1.conf\ 871test_quota_compliance_unix_asymmetric_peer1.conf\
870test_quota_compliance_unix_asymmetric_peer2.conf\ 872test_quota_compliance_unix_asymmetric_peer2.conf\
873test_quota_compliance_wlan_asymmetric_peer1.conf\
874test_quota_compliance_wlan_asymmetric_peer2.conf\
871test_transport_api_data.conf\ 875test_transport_api_data.conf\
872test_transport_api_http_peer1.conf\ 876test_transport_api_http_peer1.conf\
873test_transport_api_http_peer2.conf\ 877test_transport_api_http_peer2.conf\