summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-28 19:37:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-30 20:30:25 +0100
commit346c2efd9c1ed81064e2e93c4c667cbacc88e729 (patch)
tree988ed899985d5ceb8178f77e9d05b70817a16221 /tests/Makefile.am
parent52e32143b38a49f22f42bfbd31e494d773a7c139 (diff)
Ignore telepathy-glib deprecations in regression tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 63d6dc816..a5bb46e78 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -85,4 +85,5 @@ AM_CFLAGS = \
$(ERROR_CFLAGS) \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
+ -D_TP_IGNORE_DEPRECATIONS \
$(TP_GLIB_CFLAGS)