aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 21:43:39 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 21:43:39 +0000
commit97869e01ef96e9e8929a02ef18e5ace551b70e2f (patch)
treebbfb8c315e0619bd948822137bd282a6f082595b /src
parentea7ac97f20f32aad457a57a62b7e50fc402c81a3 (diff)
downloadgnunet-97869e01ef96e9e8929a02ef18e5ace551b70e2f.tar.gz
gnunet-97869e01ef96e9e8929a02ef18e5ace551b70e2f.zip
-fixing 'make dist' issues
Diffstat (limited to 'src')
-rw-r--r--src/arm/Makefile.am3
-rw-r--r--src/gns/Makefile.am5
-rw-r--r--src/namecache/Makefile.am3
-rw-r--r--src/namestore/Makefile.am1
4 files changed, 5 insertions, 7 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 427512235..e122efe99 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -105,5 +105,4 @@ test_gnunet_arm.py: test_gnunet_arm.py.in Makefile
105 105
106EXTRA_DIST = \ 106EXTRA_DIST = \
107 test_arm_api_data.conf \ 107 test_arm_api_data.conf \
108 test_gnunet_arm.py.in \ 108 test_gnunet_arm.py.in
109 do_start_process.c
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 73210f6cf..af982976e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -10,9 +10,10 @@ SUBDIRS = . $(NSS_SUBDIR)
10 10
11EXTRA_DIST = \ 11EXTRA_DIST = \
12 test_gns_defaults.conf \ 12 test_gns_defaults.conf \
13 test_gns_simple_lookup.conf \ 13 test_gns_lookup.conf \
14 test_gns_nick_shorten.conf \ 14 test_gns_nick_shorten.conf \
15 test_gns_dht_default.conf \ 15 test_gns_proxy.conf \
16 test_gns_simple_lookup.conf \
16 gns-helper-service-w32.conf \ 17 gns-helper-service-w32.conf \
17 gnunet-gns-proxy-setup-ca \ 18 gnunet-gns-proxy-setup-ca \
18 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \ 19 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index edcd8c096..8203a19be 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -159,6 +159,5 @@ test_plugin_namecache_postgres_LDADD = \
159EXTRA_DIST = \ 159EXTRA_DIST = \
160 test_namecache_api.conf \ 160 test_namecache_api.conf \
161 test_plugin_namecache_sqlite.conf \ 161 test_plugin_namecache_sqlite.conf \
162 test_plugin_namecache_postgres.conf \ 162 test_plugin_namecache_postgres.conf
163 test_namecache_defaults.conf
164 163
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 4ba178e68..91bc3d5ef 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -330,7 +330,6 @@ EXTRA_DIST = \
330 test_namestore_api.conf \ 330 test_namestore_api.conf \
331 test_plugin_namestore_sqlite.conf \ 331 test_plugin_namestore_sqlite.conf \
332 test_plugin_namestore_postgres.conf \ 332 test_plugin_namestore_postgres.conf \
333 test_namestore_defaults.conf \
334 test_hostkey \ 333 test_hostkey \
335 zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \ 334 zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \
336 zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \ 335 zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \