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 /python | |
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 'python')
-rw-r--r-- | python/pyempathy/Makefile.am | 3 | ||||
-rw-r--r-- | python/pyempathygtk/Makefile.am | 3 |
2 files changed, 4 insertions, 2 deletions
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 diff --git a/python/pyempathygtk/Makefile.am b/python/pyempathygtk/Makefile.am index ba0ee11df..84204e764 100644 --- a/python/pyempathygtk/Makefile.am +++ b/python/pyempathygtk/Makefile.am @@ -7,7 +7,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -DDATADIR=\""$(datadir)"\" \ $(PYTHON_BINDING_CFLAGS) \ - $(PYTHON_INCLUDES) + $(PYTHON_INCLUDES) \ + $(DISABLE_DEPRECATED) BUILT_SOURCES = \ pyempathygtk.c |