summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2009-01-30 18:19:56 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2009-01-30 18:19:56 +0200
commite7e268c1401c20289f93de6617bb9f9ce4b063cf (patch)
tree782a9c975b3748d85628b1f364ab231fcf71a633 /tests
parente92d5ed619112a23372898f8ecc6087ccff16de2 (diff)
Use compiler.m4 to control coverage/optimization options
The macros are from Aranha via telepathy-gabble.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d13d7a3..b09c74f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = $(CHECKTWISTED)
# noinst_PROGRAMS = \
# tp_caller
-# AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @COVERAGE_CFLAGS@ \
+# AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
# -I $(top_srcdir)/src -I $(top_builddir)/src
# ALL_LIBS = @DBUS_LIBS@ @GLIB_LIBS@