1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-28 04:41:59 +03:00

fixing the equivalent of #75779 Daniel

* python/Makefile.am: fixing the equivalent of #75779
Daniel
This commit is contained in:
Daniel Veillard
2002-04-15 13:59:07 +00:00
parent 42681a3efe
commit 00ce7dd814
6 changed files with 35 additions and 8 deletions

View File

@ -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

View File

@ -148,6 +148,7 @@ Class stylesheet()
# functions from module attributes
freeAttributeSetsHashes()
parseStylesheetAttributeSet()
resolveStylesheetAttributeSet()
# functions from module documents
freeStyleDocuments()