summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 3fc6ba65..9235863b 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -75,9 +75,13 @@ endif
if HAVE_TALERFAKEBANK
check_PROGRAMS = \
- test_merchant_api_twisted \
test_merchant_api_new \
test_merchant_api
+
+if HAVE_TWISTER
+ check_PROGRAMS += test_merchant_api_twisted
+endif
+
endif
TESTS = \