exchange

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

commit 3ccbae498242a1dd56026e491875a0f0d3c0dc27
parent b3ca323399ed51622d6be0b6830600b74671f7cf
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 26 Mar 2019 18:17:09 +0100

Fix compilation (order matters)

Diffstat:
Msrc/lib/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -7,9 +7,9 @@ if USE_COVERAGE endif lib_LTLIBRARIES = \ + libtalerauditor.la \ libtalerexchange.la \ libtalertesting.la \ - libtalerauditor.la \ libtalerauditortesting.la libtalerexchange_la_LDFLAGS = \