aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-09 20:15:19 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-09 20:15:19 +0800
commit4a8b2f77c820651ef7451b8aa4309d6d036a4116 (patch)
tree723b728d35f75ae38082834e040fae822a127432 /python
parentf56098d33971a3ecceb17d4b9ae9f1b46ba8f42f (diff)
downloadgsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar.gz
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar.bz2
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar.lz
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar.xz
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.tar.zst
gsoc2013-empathy-4a8b2f77c820651ef7451b8aa4309d6d036a4116.zip
Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@880 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'python')
-rw-r--r--python/pyempathy/Makefile.am3
-rw-r--r--python/pyempathygtk/Makefile.am3
2 files changed, 2 insertions, 4 deletions
diff --git a/python/pyempathy/Makefile.am b/python/pyempathy/Makefile.am
index c11eedbc3..a2b76b264 100644
--- a/python/pyempathy/Makefile.am
+++ b/python/pyempathy/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DDATADIR=\""$(datadir)"\" \
$(PYTHON_BINDING_CFLAGS) \
- `python-config --cflags` \
+ $(PYTHON_INCLUDES) \
$(WARN_CFLAGS)
BUILT_SOURCES = \
@@ -24,7 +24,6 @@ empathy_la_LIBADD = \
$(top_builddir)/libempathy/libempathy.la
empathy_la_LDFLAGS = \
- `python-config --libs` \
-module -avoid-version
pyempathy.c: pyempathy.override pyempathy.defs
diff --git a/python/pyempathygtk/Makefile.am b/python/pyempathygtk/Makefile.am
index 04aa5762f..39f776b27 100644
--- a/python/pyempathygtk/Makefile.am
+++ b/python/pyempathygtk/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DDATADIR=\""$(datadir)"\" \
$(PYTHON_BINDING_CFLAGS) \
- `python-config --cflags`
+ $(PYTHON_INCLUDES)
BUILT_SOURCES = \
pyempathygtk.c
@@ -24,7 +24,6 @@ empathygtk_la_LIBADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la
empathygtk_la_LDFLAGS = \
- `python-config --libs` \
-module -avoid-version
pyempathygtk.c: pyempathygtk.override pyempathygtk.defs