2010-07-23 17:02:36 +02:00
|
|
|
Index: python/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- python/Makefile.am.orig 2009-05-12 08:29:34.000000000 +0200
|
|
|
|
+++ python/Makefile.am 2010-07-21 15:22:21.000000000 +0200
|
|
|
|
@@ -24,7 +24,7 @@ EXTRA_DIST = \
|
2007-08-24 01:39:12 +02:00
|
|
|
libxslt-python-api.xml \
|
|
|
|
$(DOCS)
|
|
|
|
|
2010-07-23 17:02:36 +02:00
|
|
|
-libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
|
|
|
|
+libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) $(mylibs) -module -avoid-version
|
2007-08-24 01:39:12 +02:00
|
|
|
|
|
|
|
if WITH_PYTHON
|
|
|
|
mylibs = \
|