diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pyempathy/Makefile.am | 3 | ||||
-rw-r--r-- | python/pyempathygtk/Makefile.am | 3 |
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 |