diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-20 23:51:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-20 23:51:17 +0100 |
commit | 4a3c1737dbcd16859a8f7dae1c54a3f85bc8f72a (patch) | |
tree | 8e30ab9be1318f073f85645b06bf8e2ac11f50af /src | |
parent | 4b83e2e23ce5c1eb015019b2a5c93c5a3aa9afff (diff) |
more dist fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index aefdc518..45f424b8 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -140,6 +140,8 @@ test_merchant_api_LDADD = \ EXTRA_DIST = \ test_merchant_api.conf \ test_merchant_api_twisted.conf \ + test_merchant_api_proxy_merchant.conf \ + test_merchant_api_proxy_exchange.conf \ test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv \ test_merchant_api_home/.config/taler/exchange/account-2.json \ test_merchant_api_home/.config/taler/merchant/wire/test.json \ |