summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--src/backend/README7
2 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
index e1480831..a5a4873f 100644
--- a/README
+++ b/README
@@ -1,6 +1,3 @@
-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/src/backend/README b/src/backend/README
deleted file mode 100644
index 999dd9e6..00000000
--- a/src/backend/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Here are the files implementing the backend which is in charge of doing
-cryptographic calls, binary manipulations and some HTTP/JSON communication.
-
-NOTE:
-
-Makefile.am contains some hardcoded paths that need to be tuned to pick
-the right files.