From 9496ad05eb86ce5793030e47e88aa01dff48cb62 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 9 Apr 2008 12:15:19 +0000 Subject: Empathy should not require python-config. Fixes bug #525562 (Frederic Peters). svn path=/trunk/; revision=880 --- python/pyempathy/Makefile.am | 3 +-- python/pyempathygtk/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'python') 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 -- cgit v1.2.3