merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit ce95e4c95824848e4aa3fce883cbe0f83e1b7667
parent 8a399a783e27162be096aa3b1e0a4d2c44db0e63
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  8 Dec 2016 17:51:55 +0100

Excluding dbinit form compilation

Diffstat:
Mconfigure.ac | 1-
Msrc/Makefile.am | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -279,6 +279,5 @@ src/Makefile src/include/Makefile src/backenddb/Makefile src/backend/Makefile -src/merchant-tools/Makefile src/lib/Makefile]) AC_OUTPUT diff --git a/src/Makefile.am b/src/Makefile.am @@ -1,3 +1,3 @@ # This Makefile is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = include backenddb backend lib merchant-tools +SUBDIRS = include backenddb backend lib