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 --- python/pyempathy/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/pyempathy/Makefile.am') diff --git a/python/pyempathy/Makefile.am b/python/pyempathy/Makefile.am index fa973bf03..8ec61ff8e 100644 --- a/python/pyempathy/Makefile.am +++ b/python/pyempathy/Makefile.am @@ -8,7 +8,8 @@ AM_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ $(PYTHON_BINDING_CFLAGS) \ $(PYTHON_INCLUDES) \ - $(WARN_CFLAGS) + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) BUILT_SOURCES = \ pyempathy.c -- cgit v1.2.3