aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-19 16:22:33 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-19 16:22:33 +0800
commitc01c53db88c603b3f7150c6f763e5bd810ddf8ea (patch)
tree05acbf59b037c84453632f48012675b0c3b44315 /src
parent897d9bffefe278e587390355d83009d8ee97a588 (diff)
parente71bed8e3b0016f489ea420114cbe89dabf77896 (diff)
downloadgsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.gz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.bz2
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.lz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.xz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.zst
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.zip
Merge commit 'bigon/configure-deprecated-flag'
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b1541312..76a5aa77d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
- $(WARN_CFLAGS)
+ $(WARN_CFLAGS) \
+ $(DISABLE_DEPRECATED)
LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \