diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2008-11-14 14:08:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2008-11-14 14:08:37 +0000 |
commit | eac88d34bf9d93c433a0e56f9dce0ad68961deda (patch) | |
tree | 6bb86f3706ffe8fe6bd633bd52cd732e29a71849 /python | |
parent | dd29c988bd4823f38727d830129d9f83c6c8697c (diff) | |
download | libxslt-eac88d34bf9d93c433a0e56f9dce0ad68961deda.tar.gz libxslt-eac88d34bf9d93c433a0e56f9dce0ad68961deda.tar.bz2 libxslt-eac88d34bf9d93c433a0e56f9dce0ad68961deda.zip |
applied patch from Roumen Petrov for mingw cross compilation problems
* python/Makefile.am libxslt/Makefile.am configure.in
libexslt/Makefile.am: applied patch from Roumen Petrov for
mingw cross compilation problems raised by Rich Jones
daniel
svn path=/trunk/; revision=1493
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index de2f8e3e..9591c111 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = \ libxslt-python-api.xml \ $(DOCS) -libxsltmod_la_LDFLAGS = -module -avoid-version +libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version if WITH_PYTHON mylibs = \ |