exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8db48871d64ba359979a0d01daf30a2d13d1a9d7
parent 89a4f5bba62ea8058a0c2e77460a507d6b2a9acf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Mar 2020 03:22:55 +0200

add missing files to dist

Diffstat:
Mcontrib/Makefile.am | 7++++---
Msrc/auditor/Makefile.am | 2++
Msrc/exchange-tools/Makefile.am | 1+
Msrc/testing/Makefile.am | 8++++----
4 files changed, 11 insertions(+), 7 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 \