summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 19:29:54 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 19:29:54 +0200
commit3ecb8bb922bfbb25207d6cc189a70c7b83324769 (patch)
tree8ecd08fabeb158a32c30e438315a4fd5a7abe85f /src
parentc6f7bd46fe73236dd3464cc6d87a5bce92c1ef16 (diff)
downloadexchange-3ecb8bb922bfbb25207d6cc189a70c7b83324769.tar.gz
exchange-3ecb8bb922bfbb25207d6cc189a70c7b83324769.tar.bz2
exchange-3ecb8bb922bfbb25207d6cc189a70c7b83324769.zip
-fix disting
Diffstat (limited to 'src')
-rw-r--r--src/benchmark/Makefile.am3
-rw-r--r--src/kyclogic/Makefile.am9
-rw-r--r--src/testing/Makefile.am8
3 files changed, 10 insertions, 10 deletions
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 4740a9f32..c82584626 100644
--- 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
index 75ea13b6f..91ec901e9 100644
--- 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
index 3a4f06323..1622b5476 100644
--- 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 \