diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -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 |