exchange

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

commit dc0146ea688cc870b6f3bcb03793383ada2f5af6
parent 464077c547806d050d0bf75b28514dd9a4c7798b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Mar 2015 18:40:32 +0100

note todo

Diffstat:
Msrc/mint/Makefile.am | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/pq/ $(POSTGRESQL_C lib_LTLIBRARIES = \ libtalermint_common.la +# Note: mint_db.c should become a plugin soon! (#3608) libtalermint_common_la_SOURCES = \ key_io.c key_io.h \ mint_db.c