]> git.0d.be Git - empathy.git/blobdiff - python/pyempathygtk/Makefile.am
Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).
[empathy.git] / python / pyempathygtk / Makefile.am
index 04aa5762f4b94a5baff8ad83421c717cdfce9b38..39f776b27da23a1f40d23a5e3dc9f571bad2194a 100644 (file)
@@ -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