From e71bed8e3b0016f489ea420114cbe89dabf77896 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 17 Apr 2009 18:24:42 +0200 Subject: Use autotools magic to take care of disabling deprecated symbols Passing --enable-maintainer-mode to the configure will disable deprecated symbols --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 \ -- cgit v1.2.3