diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-24 21:22:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-24 21:22:36 +0100 |
commit | 63bae5ee8e80fb509f54f9d5430028030788dc14 (patch) | |
tree | 28e7da25ed7718db90659e959dd40980654fd314 | |
parent | 202a464bb34d623762292608212fc99c7a900098 (diff) |
fix dist rule
-rw-r--r-- | contrib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 58b00812e..f9de7a75e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -4,6 +4,7 @@ bin_SCRIPTS = \ taler-bank-manage-testing EXTRA_DIST = \ + $(bin_SCRIPTS) \ auditor-report.tex.j2 \ coverage.sh \ gnunet.tag \ |