summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am7
-rw-r--r--src/auditor/Makefile.am2
-rw-r--r--src/exchange-tools/Makefile.am1
-rw-r--r--src/testing/Makefile.am8
4 files changed, 11 insertions, 7 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 76443cbca..2e1160f53 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -32,6 +32,7 @@ bin_SCRIPTS = \
EXTRA_DIST = \
$(bin_SCRIPTS) \
$(tosen_DATA) \
+ $(ppen_DATA) \
update-tos.sh \
update-pp.sh \
tos/Makefile \
@@ -41,10 +42,10 @@ EXTRA_DIST = \
tos/locale/de/LC_MESSAGES/tos.po \
pp/Makefile \
pp/README \
- pp/tos.rst \
+ pp/pp.rst \
pp/conf.py \
- pp/locale/pp/LC_MESSAGES/pp.po \
- $(data_DATA) \
+ pp/locale/de/LC_MESSAGES/pp.po \
+ $(rdata_DATA) \
coverage.sh \
gnunet.tag \
microhttpd.tag
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index 36a32dc5b..c0644cc2c 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -176,6 +176,8 @@ check_SCRIPTS = \
TESTS = $(check_SCRIPTS)
EXTRA_DIST = \
+ taler-auditor.in \
+ taler-helper-auditor-render.py \
auditor.conf \
test-auditor.conf \
generate-auditor-basedb.sh \
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 5103e3ae8..2327d8111 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -82,5 +82,6 @@ TESTS = \
EXTRA_DIST = \
test_taler_exchange_httpd_home/.local/share/taler/exchange/offline-keys/master.priv \
test_taler_exchange_httpd.conf \
+ key-helper.c \
$(check_SCRIPTS) \
$(pkgcfg_DATA)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index e4e25d32c..27b6a64ad 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -309,8 +309,10 @@ test_bank_api_with_pybank_twisted_LDADD = \
# Distribution
EXTRA_DIST = \
- test_bank_api.conf \
- test_bank_api_bank_twisted.conf \
+ test_bank_api_fakebank.conf \
+ test_bank_api_fakebank_twisted.conf \
+ test_bank_api_pybank.conf \
+ test_bank_api_pybank_twisted.conf \
test_auditor_api.conf \
test_auditor_api_expire_reserve_now.conf \
test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \
@@ -318,8 +320,6 @@ EXTRA_DIST = \
test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json \
test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange/wirefees/x-taler-bank.fee \
test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange/offline-keys/master.priv \
- test_exchange_api_home/.config/taler/test.json \
- test_exchange_api_home/.config/taler/sepa.json \
test_exchange_api.conf \
test_exchange_api_twisted.conf \
test_exchange_api_keys_cherry_picking.conf \