From: Christian Grothoff Date: Fri, 10 Jun 2011 15:00:35 +0000 (+0000) Subject: ship with conf files X-Git-Tag: initial-import-from-subversion-38251~18254 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b68913a0f7b62ece97738243616ad8e2dbe5619c;p=oweals%2Fgnunet.git ship with conf files --- diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 2faeb2357..93af6f039 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -112,5 +112,13 @@ test_core_quota_compliance_asymmetric_recv_limited_LDADD = \ EXTRA_DIST = \ test_core_api_data.conf \ test_core_api_peer1.conf \ - test_core_api_peer2.conf - + test_core_api_peer2.conf \ + test_core_api_send_to_self.conf \ + test_core_quota_asymmetric_recv_limited_peer1.conf \ + test_core_quota_asymmetric_recv_limited_peer2.conf \ + test_core_quota_asymmetric_send_limited_peer1.conf \ + test_core_quota_asymmetric_send_limited_peer2.conf \ + test_core_quota_asymmetric_send_limit_peer1.conf \ + test_core_quota_asymmetric_send_limit_peer2.conf \ + test_core_quota_peer1.conf \ + test_core_quota_peer2.conf diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index a3c484531..027a80519 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -222,4 +222,7 @@ EXTRA_DIST = \ test_datastore_api_data_mysql.conf \ perf_plugin_datastore_data_mysql.conf \ test_datastore_api_data_postgres.conf \ - perf_plugin_datastore_data_postgres.conf + perf_plugin_datastore_data_postgres.conf \ + test_plugin_datastore_data_mysql.conf \ + test_plugin_datastore_data_postgres.conf \ + test_plugin_datastore_data_sqlite.conf \ No newline at end of file diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 11ab7ca8b..294b91289 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -226,7 +226,8 @@ EXTRA_DIST = \ test_dht_api_data.conf \ test_dht_api_peer1.conf \ test_dht_twopeer_data.conf \ - test_dht_multipeer_data.conf + test_dht_multipeer_data.conf \ + test_dhtlog_data.conf check_SCRIPTS = \ test_dht_tools.sh diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 04f300fad..254f5ab4d 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -11,6 +11,7 @@ if MINGW endif gnunetinclude_HEADERS = \ + gauger.h \ gettext.h \ platform.h \ plibc.h \ diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 7cdf98c98..653bd9eb3 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -56,4 +56,7 @@ test_mesh_api_LDADD = \ test_mesh_api_DEPENDENCIES = \ libgnunetmeshnew.la -TESTS = test_mesh_api \ No newline at end of file +TESTS = test_mesh_api + +EXTRA_DIST = \ + test_mesh.conf \ No newline at end of file diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am index 4b170da58..60329df8d 100644 --- a/src/monkey/Makefile.am +++ b/src/monkey/Makefile.am @@ -87,7 +87,7 @@ bug_bad_memory_access: bug_assertion_failure: gcc -g -O0 -o bug_assertion_failure bug_assertion_failure.c - + check_PROGRAMS = \ test_monkey_edb #test_gnunet_monkey @@ -114,9 +114,9 @@ check_SCRIPTS = \ #test_gnunet_monkey.sh \ #test_monkey_npe.sh -#EXTRA_DIST = \ +EXTRA_DIST = \ + test_gnunet_monkey_data.conf #$(check_SCRIPTS) -#test_gnunet_monkey_data.conf endif endif diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index cfdd1ac24..8542af8fa 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -49,3 +49,6 @@ test_nat_LDADD = \ $(top_builddir)/src/nat/libgnunetnat.la \ $(top_builddir)/src/util/libgnunetutil.la \ @LIBCURL@ + +EXTRA_DIST = \ + test-nat.conf diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index c25087d69..2b1778876 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -237,5 +237,7 @@ EXTRA_DIST = \ test_testing_data_topology_scale_free.conf \ test_testing_data_topology_blacklist.conf \ test_testing_data_topology_churn.conf \ - test_testing_data_topology_none.conf - + test_testing_data_topology_none.conf \ + test_testing_data_remote.conf \ + test_testing_data_topology_stability.conf \ + test_testing_peergroup_data.conf diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index bba676eb9..e21895f7f 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -591,4 +591,8 @@ EXTRA_DIST = \ test_quota_compliance_udp_peer1.conf \ test_quota_compliance_udp_peer2.conf \ test_quota_compliance_unix_peer1.conf \ - test_quota_compliance_unix_peer2.conf + test_quota_compliance_unix_peer2.conf \ + test_plugin_transport_data_udp.conf \ + test_transport_ats_1addr.conf \ + test_transport_ats_2addr.conf \ + test_transport_ats_4addr.conf diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index f36031f7b..d2835c846 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -82,4 +82,5 @@ endif # $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ - gnunet-vpn-packet.h + gnunet-vpn-packet.h \ + test-conf.conf