commit 591113ccdfa19d1de0fe4ad43e27229de2b078ba parent db229c864059d57719571b447e4a040374bf8264 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 31 Jul 2015 12:05:18 +0200 readme Diffstat:
| M | README | | | 6 | ++++++ |
| M | configure.ac | | | 6 | +----- |
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/README b/README @@ -0,0 +1,6 @@ +sources in src/merchant/ are obsolete, therefore the configure system does not +provide support for building them. + +The new merchant's layout is reflected by the directories 'frontend' and 'backend', +being respectively the PHP website homepage and the C 'core' which is charge of +providing all the cryptographic and DB related primitives. diff --git a/configure.ac b/configure.ac @@ -177,9 +177,5 @@ AC_TYPE_UINTMAX_T # Checks for library functions. AC_CHECK_FUNCS([strdup]) -AC_CONFIG_FILES([#Makefile - doc/Makefile - src/Makefile - src/include/Makefile - src/merchant/Makefile]) +AC_CONFIG_FILES([src/backend/Makefile]) AC_OUTPUT