diff options
author | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
commit | e71bed8e3b0016f489ea420114cbe89dabf77896 (patch) | |
tree | 23337e639a5682102ef639a7e5f21ee4d29e9be3 /libempathy | |
parent | 7c1c77662edf9ef232bb7648fa6c516d31de3648 (diff) | |
download | gsoc2013-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 'libempathy')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 387068282..f82f4cc0f 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -5,7 +5,8 @@ AM_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ -DLOCALEDIR=\""$(datadir)/locale"\" \ $(LIBEMPATHY_CFLAGS) \ - $(WARN_CFLAGS) + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) BUILT_SOURCES = \ empathy-marshal.h \ |