diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-19 16:22:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-19 16:22:33 +0800 |
commit | c01c53db88c603b3f7150c6f763e5bd810ddf8ea (patch) | |
tree | 05acbf59b037c84453632f48012675b0c3b44315 /libempathy | |
parent | 897d9bffefe278e587390355d83009d8ee97a588 (diff) | |
parent | e71bed8e3b0016f489ea420114cbe89dabf77896 (diff) | |
download | gsoc2013-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 '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 \ |