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:
@ -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
|
||||
|
@ -148,6 +148,7 @@ Class stylesheet()
|
||||
# functions from module attributes
|
||||
freeAttributeSetsHashes()
|
||||
parseStylesheetAttributeSet()
|
||||
resolveStylesheetAttributeSet()
|
||||
|
||||
# functions from module documents
|
||||
freeStyleDocuments()
|
||||
|
Reference in New Issue
Block a user