aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2009-04-18 00:24:42 +0800
committerLaurent Bigonville <bigon@bigon.be>2009-04-18 00:24:42 +0800
commite71bed8e3b0016f489ea420114cbe89dabf77896 (patch)
tree23337e639a5682102ef639a7e5f21ee4d29e9be3 /tests
parent7c1c77662edf9ef232bb7648fa6c516d31de3648 (diff)
downloadgsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.gz
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.bz2
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.lz
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.xz
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.zst
gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.zip
Use autotools magic to take care of disabling deprecated symbols
Passing --enable-maintainer-mode to the configure will disable deprecated symbols
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 42ebea555..67f6ec9af 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
- $(WARN_CFLAGS)
+ $(WARN_CFLAGS) \
+ $(DISABLE_DEPRECATED)
LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \