diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-28 19:37:01 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-03-30 20:30:25 +0100 |
commit | 346c2efd9c1ed81064e2e93c4c667cbacc88e729 (patch) | |
tree | 988ed899985d5ceb8178f77e9d05b70817a16221 /tests/Makefile.am | |
parent | 52e32143b38a49f22f42bfbd31e494d773a7c139 (diff) |
Ignore telepathy-glib deprecations in regression tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
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) |