diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 12:01:15 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 12:01:15 -0800 |
commit | 666c210d3db2adef4989d4290981e90850bb6edf (patch) | |
tree | d65fb20be4917d0bbaecef0736c6b6e9e168e3fb | |
parent | 990d2f1658631cb0a4819bcdf21e15a8f660b823 (diff) | |
download | libxslt-666c210d3db2adef4989d4290981e90850bb6edf.tar.gz libxslt-666c210d3db2adef4989d4290981e90850bb6edf.tar.bz2 libxslt-666c210d3db2adef4989d4290981e90850bb6edf.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 9591c111..b7bf8410 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -24,7 +24,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 = \ |