merchant

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

commit 1427644e6e6b4a9eb654b2d26c35e51360ef564c
parent 1b5eec605e5350bd384a89471d63fb488cafa00c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 16 Nov 2016 15:09:04 +0100

no deadcode in makefile

Diffstat:
MMakefile.am | 2+-
Mconfigure.ac | 7-------
Msrc/backend/merchant.conf | 2+-
3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,6 +1,6 @@ # This Makefile is in the public domain -SUBDIRS = src copylib examples +SUBDIRS = src if WITH_DOC SUBDIRS += doc endif diff --git a/configure.ac b/configure.ac @@ -274,13 +274,6 @@ AM_CONDITIONAL([HAVE_TSC], [test "x$tsc" = xyes]) AC_CONFIG_FILES([Makefile -examples/Makefile -examples/blog/Makefile -examples/blog/articles/Makefile -examples/blog/web-common/Makefile -examples/shop/Makefile -examples/shop/web-common/Makefile -copylib/Makefile doc/Makefile src/Makefile src/include/Makefile diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf @@ -34,4 +34,4 @@ CONFIG = postgres:///talermerchant KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv [merchant-instance-wireformat-default] -TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/test.json +TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/tutorial.json