aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/Makefile.am2
-rw-r--r--src/dht/Makefile.am1
-rw-r--r--src/gns/Makefile.am3
-rw-r--r--src/mesh/Makefile.am3
-rw-r--r--src/namestore/Makefile.am6
-rw-r--r--src/vpn/Makefile.am2
6 files changed, 11 insertions, 6 deletions
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 = \
117 117
118EXTRA_DIST = \ 118EXTRA_DIST = \
119 ats.h \ 119 ats.h \
120 test_ats_api.conf 120 test_ats_api.conf
121 121
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 = \
197 test_dht_twopeer_data.conf \ 197 test_dht_twopeer_data.conf \
198 test_dht_multipeer_data.conf \ 198 test_dht_multipeer_data.conf \
199 test_dht_2dtorus.conf \ 199 test_dht_2dtorus.conf \
200 test_dht_line.conf \
200 multipeer_topo.dat 201 multipeer_topo.dat
201 202
202check_SCRIPTS = \ 203check_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)
89endif 89endif
90 90
91EXTRA_DIST = \ 91EXTRA_DIST = \
92 $(check_SCRIPTS) 92 $(check_SCRIPTS) \
93 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
138EXTRA_DIST = \ 138EXTRA_DIST = \
139 test_mesh.conf \ 139 test_mesh.conf \
140 test_mesh_2dtorus.conf \ 140 test_mesh_2dtorus.conf \
141 test_mesh_small.conf \ No newline at end of file 141 test_mesh_small.conf \
142 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 = \
80 $(top_builddir)/src/util/libgnunetutil.la \ 80 $(top_builddir)/src/util/libgnunetutil.la \
81 $(top_builddir)/src/namestore/libgnunetnamestore.la 81 $(top_builddir)/src/namestore/libgnunetnamestore.la
82 82
83EXTRADIST = \ 83EXTRA_DIST = \
84 test_namestore_api.conf \ 84 test_namestore_api.conf \
85 test_plugin_namestore_sqlite.conf \ 85 test_plugin_namestore_sqlite.conf
86 hostkey 86# hostkey
87 87
88 88
89test_plugin_namestore_sqlite_SOURCES = \ 89test_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
47TESTS = $(check_PROGRAMS) 47TESTS = $(check_PROGRAMS)
48endif 48endif
49 49
50EXTRA_DIST = \
51 test_gnunet_vpn.conf
50 52
51gnunet_helper_vpn_SOURCES = \ 53gnunet_helper_vpn_SOURCES = \
52 gnunet-helper-vpn.c 54 gnunet-helper-vpn.c