exchange

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

commit cfb0f5bdbcbdedd676744b6d33fae29ba3216a72
parent 1fb28debe154ace2b2a230ffae63e39c85a5506d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 10 May 2016 13:50:01 +0200

including config generator among installed files

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

diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am @@ -15,6 +15,9 @@ bin_PROGRAMS = \ taler-exchange-aggregator \ taler-exchange-httpd +dis_bin_SCRIPTS = \ + taler-config-generate + taler_exchange_aggregator_SOURCES = \ taler-exchange-aggregator.c taler_exchange_aggregator_LDADD = \