From: Christian Grothoff Date: Tue, 28 Feb 2012 10:10:31 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~14577 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22fe629ac3aa91f48dfbad592f9c0820848cfcc7;p=oweals%2Fgnunet.git -fix --- diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index 8adb0eb9a..f4056fa66 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -117,5 +117,5 @@ test_ats_api_scheduling_LDADD = \ EXTRA_DIST = \ ats.h \ - test_ats_api.conf + test_ats_api.conf diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index ccb521cee..93880c29c 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -197,6 +197,7 @@ EXTRA_DIST = \ test_dht_twopeer_data.conf \ test_dht_multipeer_data.conf \ test_dht_2dtorus.conf \ + test_dht_line.conf \ multipeer_topo.dat check_SCRIPTS = \ diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 03d4ecaa9..10c5a6f52 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -89,4 +89,5 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS) endif EXTRA_DIST = \ - $(check_SCRIPTS) + $(check_SCRIPTS) \ + test_gns_twopeer.conf diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 4656d9824..e9c0109b2 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -138,4 +138,5 @@ endif EXTRA_DIST = \ test_mesh.conf \ test_mesh_2dtorus.conf \ - test_mesh_small.conf \ No newline at end of file + test_mesh_small.conf \ + test_mesh_path.conf diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index f6ea6d051..622c445d9 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -80,10 +80,10 @@ test_namestore_api_zone_iteration_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la -EXTRADIST = \ +EXTRA_DIST = \ test_namestore_api.conf \ - test_plugin_namestore_sqlite.conf \ - hostkey + test_plugin_namestore_sqlite.conf +# hostkey test_plugin_namestore_sqlite_SOURCES = \ diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 973efd0ec..2af34f8e1 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -47,6 +47,8 @@ if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) endif +EXTRA_DIST = \ + test_gnunet_vpn.conf gnunet_helper_vpn_SOURCES = \ gnunet-helper-vpn.c