exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2faa711fba76114bdad190d64f2d12c26754bc4a
parent ff95ccfb104cb35e7915bb5445f423d76ee4bf98
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Nov 2016 13:33:17 +0100

actually install taler-config

Diffstat:
Msrc/util/Makefile.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -17,6 +17,9 @@ EXTRA_DIST = \ paths.conf \ taler-config.in +bin_SCRIPTS = \ + taler-config + if WALLET_ONLY lib_LTLIBRARIES = \ libtalerutil_wallet.la