aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2010-11-04 15:45:46 +0100
committerDaniel Veillard <veillard@redhat.com>2010-11-04 15:45:46 +0100
commitfbd4ddf226c96ba748c828cb1fc7e3593eef1d82 (patch)
tree4bd13274a0dd02e3a874caff036d53c4c6e74e2b /python
parent60587d6ebd0239c8433119cf4e6399e346009786 (diff)
downloadandroid_external_libxml2-fbd4ddf226c96ba748c828cb1fc7e3593eef1d82.tar.gz
android_external_libxml2-fbd4ddf226c96ba748c828cb1fc7e3593eef1d82.tar.bz2
android_external_libxml2-fbd4ddf226c96ba748c828cb1fc7e3593eef1d82.zip
607273 Fix python detection on MSys/Windows
Fix the lookup for python executable and headers, add an extra variable for new dependancies when linking for Python on Win32
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 3cf87e7c..d2a22534 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -31,7 +31,7 @@ python_LTLIBRARIES = libxml2mod.la
libxml2mod_la_SOURCES = $(srcdir)/libxml.c $(srcdir)/types.c
nodist_libxml2mod_la_SOURCES = libxml2-py.c
-libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@ @PYTHON_LIBS@
+libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@ @WIN32_EXTRA_PYTHON_LIBADD@ @PYTHON_LIBS@
$(srcdir)/libxml.c: libxml2-py.h # to generate before to compile