diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-04-15 13:59:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-04-15 13:59:07 +0000 |
commit | 00ce7dd8145168d1bfb75a5b0e41e6d288239d0d (patch) | |
tree | a4f5ccb9451660db940490f7d3cc890f9580bda7 /python | |
parent | 42681a3efe05f484882e834c55df1f38419f6827 (diff) | |
download | libxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.tar.gz libxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.tar.bz2 libxslt-00ce7dd8145168d1bfb75a5b0e41e6d288239d0d.zip |
fixing the equivalent of #75779 Daniel
* python/Makefile.am: fixing the equivalent of #75779
Daniel
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 5 | ||||
-rw-r--r-- | python/libxsltclass.txt | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 88f30b0f..0d651ed4 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -22,14 +22,15 @@ EXTRA_DIST = \ libxslt-python-api.xml \ $(DOCS) -libxsltmod_la_LDFLAGS = -module -avoid-version +libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \ + -L$(top_builddir)/libexslt/.libs if WITH_PYTHON mylibs = \ $(top_builddir)/libxslt/libxslt.la \ $(top_builddir)/libexslt/libexslt.la -all: libxslt.py +all: libxslt.py libxsltmod.la pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages python_LTLIBRARIES = libxsltmod.la diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 158f8efb..fb320166 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -148,6 +148,7 @@ Class stylesheet() # functions from module attributes freeAttributeSetsHashes() parseStylesheetAttributeSet() + resolveStylesheetAttributeSet() # functions from module documents freeStyleDocuments() |