ship with conf files
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Jun 2011 15:00:35 +0000 (15:00 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Jun 2011 15:00:35 +0000 (15:00 +0000)
src/core/Makefile.am
src/datastore/Makefile.am
src/dht/Makefile.am
src/include/Makefile.am
src/mesh/Makefile.am
src/monkey/Makefile.am
src/nat/Makefile.am
src/testing/Makefile.am
src/transport/Makefile.am
src/vpn/Makefile.am

index 2faeb235763e16efb3fe8a4aa2a88e1f35d4b867..93af6f0390a15123b069c570ba57ff34885dccbd 100644 (file)
@@ -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
index a3c484531037f8a7675a7a895fa7a7ac28ff42be..027a805190f4ddc3639993e58760eb0d9c6e1e64 100644 (file)
@@ -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
index 11ab7ca8be08d3a37e12ea84373099fb90677560..294b912890a496915fe82bcc4efb9dc653c5f266 100644 (file)
@@ -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
index 04f300fadffde00845b3044d1c56b0756d73415b..254f5ab4d8a049f9f2e7948ded9275b90730fcae 100644 (file)
@@ -11,6 +11,7 @@ if MINGW
 endif
 
 gnunetinclude_HEADERS = \
+  gauger.h \
   gettext.h \
   platform.h \
   plibc.h \
index 7cdf98c989ddb5c6fad9132710996c62b224f21f..653bd9eb3485bbd7d403e3335b8cae797b3fa4a7 100644 (file)
@@ -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
index 4b170da58ce0345b79ab003e9d33835eb1c614ef..60329df8dc004a977a4e266aa83cb81d0452f92b 100644 (file)
@@ -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
index cfdd1ac24b4dd17abc41cdbb3779517b928bc7e6..8542af8fa80fbbaf0ee3e6b0dcd69c83cca59f74 100644 (file)
@@ -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
index c25087d69ec8e3720b3e5889e6db89b86cce6999..2b177887658c11047346e11e7b6e887d1df5a871 100644 (file)
@@ -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
index bba676eb90196f76cab33c2a921339d9268b365b..e21895f7f085a0d6f30b247a02c788b5f42a1f76 100644 (file)
@@ -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
index f36031f7be7f3751030c8fa65987645c805075bb..d2835c8462b3d8f859d37825caa2e49671c65b53 100644 (file)
@@ -82,4 +82,5 @@ endif
 # $(top_builddir)/src/util/libgnunetutil.la  
 
 EXTRA_DIST = \
-  gnunet-vpn-packet.h
+  gnunet-vpn-packet.h \
+  test-conf.conf