summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 18:41:29 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:08:09 +0000
commite8f4f28d377b202d83e08e8b5d09130984edbcfb (patch)
treeaa8d6a584fafcd9ae5d76b6b3ed428ad4a55becd /tests
parentc21e6216bd75fcdc10978fc78d754ca6f0f499f4 (diff)
Remove remnants of integration with Maemo MCE
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71230 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 67f77219..d62c521d 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -143,13 +143,6 @@ nobase_nodist_twistedtests_DATA = \
$(NULL)
endif
-
-if HAVE_MCE
-HAVE_MCE_PYBOOL = True
-else
-HAVE_MCE_PYBOOL = False
-endif
-
if HAVE_NM
HAVE_NM_PYBOOL = True
else
@@ -158,7 +151,6 @@ endif
config.py: Makefile
$(AM_V_GEN) { \
- echo "HAVE_MCE = $(HAVE_MCE_PYBOOL)"; \
echo "HAVE_NM = $(HAVE_NM_PYBOOL)"; \
} > $@