diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-29 03:22:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-29 03:22:55 +0200 |
commit | 8db48871d64ba359979a0d01daf30a2d13d1a9d7 (patch) | |
tree | 103798fcaaf8618837d56da0918af56e30508938 /src/exchange-tools | |
parent | 89a4f5bba62ea8058a0c2e77460a507d6b2a9acf (diff) |
add missing files to dist
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index 5103e3ae8..2327d8111 100644 --- 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) |