summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac7
-rw-r--r--src/backend/merchant.conf2
3 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 101b5c48..5f796c57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# This Makefile is in the public domain
-SUBDIRS = src copylib examples
+SUBDIRS = src
if WITH_DOC
SUBDIRS += doc
endif
diff --git a/configure.ac b/configure.ac
index ebd74ed5..ca8d7f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,13 +274,6 @@ AM_CONDITIONAL([HAVE_TSC], [test "x$tsc" = xyes])
AC_CONFIG_FILES([Makefile
-examples/Makefile
-examples/blog/Makefile
-examples/blog/articles/Makefile
-examples/blog/web-common/Makefile
-examples/shop/Makefile
-examples/shop/web-common/Makefile
-copylib/Makefile
doc/Makefile
src/Makefile
src/include/Makefile
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index 0560111b..49849bc3 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -34,4 +34,4 @@ CONFIG = postgres:///talermerchant
KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
[merchant-instance-wireformat-default]
-TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/test.json
+TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/tutorial.json