exchange

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

commit 3ecb8bb922bfbb25207d6cc189a70c7b83324769
parent c6f7bd46fe73236dd3464cc6d87a5bce92c1ef16
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Sep 2023 19:29:54 +0200

-fix disting

Diffstat:
Mcontrib/Makefile.am | 2++
Msrc/benchmark/Makefile.am | 3+--
Msrc/kyclogic/Makefile.am | 9+++++----
Msrc/testing/Makefile.am | 8++++----
4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -50,6 +50,8 @@ EXTRA_DIST = \ taler-bank-manage-testing \ taler-nexus-prepare \ taler-terms-generator.in \ + taler-auditor-dbconfig \ + taler-exchange-dbconfig \ gana-generate.sh \ gana/gnu-taler-error-codes/registry.rec \ gana/gnu-taler-error-codes/Makefile \ diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am @@ -71,5 +71,4 @@ EXTRA_DIST = \ bank-benchmark-cs.conf \ bank-benchmark-rsa.conf \ coins-cs.conf \ - coins-rsa.conf \ - exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv + coins-rsa.conf diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am @@ -14,15 +14,16 @@ pkgcfg_DATA = \ kyclogic-oauth2.conf \ kyclogic-persona.conf +bin_SCRIPTS = \ + taler-exchange-kyc-kycaid-converter.sh \ + taler-exchange-kyc-persona-converter.sh + EXTRA_DIST = \ $(pkgcfg_DATA) \ + $(bin_SCRIPTS) \ sample.conf \ persona-sample-reply.json -bin_SCRIPTS = \ - taler-exchange-kyc-kycaid-converter.sh \ - taler-exchange-kyc-persona-converter.sh - lib_LTLIBRARIES = \ libtalerkyclogic.la diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -569,10 +569,10 @@ EXTRA_DIST = \ test_exchange_api.conf \ test_exchange_api-cs.conf \ test_exchange_api-rsa.conf \ - test_exchange_api_age_restiction.conf \ - test_exchange_api_age_restiction-cs.conf \ - test_exchange_api_age_restiction-rsa.conf \ - test_exchange_api_twisted.conf \ + test_exchange_api_age_restriction.conf \ + test_exchange_api_age_restriction-cs.conf \ + test_exchange_api_age_restriction-rsa.conf \ + test_exchange_api-twisted.conf \ test_exchange_api_twisted-cs.conf \ test_exchange_api_twisted-rsa.conf \ test_exchange_api_keys_cherry_picking.conf \