diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:26:21 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:26:21 +0200 |
commit | 933fc205c7760cfe64d1e9e78ee8cbc6c61319ca (patch) | |
tree | 299ecb40efd9872ea87e704441aed200fe980bba | |
parent | 7beae3612c0ca7d1055227df3c38fb416d2d0396 (diff) |
-fix dist rule
-rw-r--r-- | src/testing/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index d8e440536..a26d8deb1 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -559,7 +559,7 @@ EXTRA_DIST = \ test_bank_api_fakebank_twisted.conf \ test_bank_api_nexus.conf \ test_exchange_api_home/taler/auditor/offline-keys/auditor.priv \ - test_exchange_api_home/taler/exchange-offline/master.priv \ + test_exchange_api_home/.local/share/taler/exchange-offline/master.priv \ test_exchange_api_keys_cherry_picking_home/taler/exchange-offline/master.priv \ test_exchange_api.conf \ test_exchange_api-cs.conf \ |