summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-31 12:05:18 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-31 12:05:18 +0200
commit591113ccdfa19d1de0fe4ad43e27229de2b078ba (patch)
treecd9d806599d4464d45079eacd02260962605337d
parentdb229c864059d57719571b447e4a040374bf8264 (diff)
downloadmerchant-591113ccdfa19d1de0fe4ad43e27229de2b078ba.tar.gz
merchant-591113ccdfa19d1de0fe4ad43e27229de2b078ba.tar.bz2
merchant-591113ccdfa19d1de0fe4ad43e27229de2b078ba.zip
readme
-rw-r--r--README6
-rw-r--r--configure.ac6
2 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index e69de29b..e1480831 100644
--- 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
index d8c7714d..2792558f 100644
--- 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