diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-07-31 12:05:18 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2015-07-31 12:05:18 +0200 |
commit | 591113ccdfa19d1de0fe4ad43e27229de2b078ba (patch) | |
tree | cd9d806599d4464d45079eacd02260962605337d | |
parent | db229c864059d57719571b447e4a040374bf8264 (diff) | |
download | merchant-591113ccdfa19d1de0fe4ad43e27229de2b078ba.tar.gz merchant-591113ccdfa19d1de0fe4ad43e27229de2b078ba.zip |
readme
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -0,0 +1,6 @@ | |||
1 | sources in src/merchant/ are obsolete, therefore the configure system does not | ||
2 | provide support for building them. | ||
3 | |||
4 | The new merchant's layout is reflected by the directories 'frontend' and 'backend', | ||
5 | being respectively the PHP website homepage and the C 'core' which is charge of | ||
6 | 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 | |||
177 | # Checks for library functions. | 177 | # Checks for library functions. |
178 | AC_CHECK_FUNCS([strdup]) | 178 | AC_CHECK_FUNCS([strdup]) |
179 | 179 | ||
180 | AC_CONFIG_FILES([#Makefile | 180 | AC_CONFIG_FILES([src/backend/Makefile]) |
181 | doc/Makefile | ||
182 | src/Makefile | ||
183 | src/include/Makefile | ||
184 | src/merchant/Makefile]) | ||
185 | AC_OUTPUT | 181 | AC_OUTPUT |