diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 12:01:15 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-12 14:08:13 +0100 |
commit | a1b8110f78243dcbfd4f05eef8b737cf30cb1cdd (patch) | |
tree | b3a40a2851c4a3ce880e9b86040f3e4b58600fdb | |
parent | f46ac34e69de5ac8dd4a2ffcdb510ee1782cd883 (diff) | |
download | libxslt-a1b8110f78243dcbfd4f05eef8b737cf30cb1cdd.tar.gz libxslt-a1b8110f78243dcbfd4f05eef8b737cf30cb1cdd.tar.bz2 libxslt-a1b8110f78243dcbfd4f05eef8b737cf30cb1cdd.zip |
linkflags
-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 fa58b78f..af8c639a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST = \ libxslt-python-api.xml \ $(DOCS) -libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version +libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) $(mylibs) -module -avoid-version if WITH_PYTHON mylibs = \ |