merchant

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

commit 426fe6eebca9a1e03ccd124fc1131f5529ae4048
parent bfac37697930c75e2cba0180ffcd46345f0eb361
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 10 Aug 2015 11:05:04 +0200

configure.ac minor fix

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -179,5 +179,6 @@ AC_CHECK_FUNCS([strdup]) AC_CONFIG_FILES([Makefile src/Makefile +src/include/Makefile src/backend/Makefile]) AC_OUTPUT