aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
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 /extensions
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 'extensions')
-rw-r--r--extensions/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 0a57fe323..e5b1ea113 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -1,5 +1,7 @@
tools_dir = $(top_srcdir)/tools
+AM_CPPFLAGS = $(DISABLE_DEPRECATED)
+
AM_CFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \