mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-09 03:41:46 +03:00
a missing DESTDIR fix reference to build paths in python module fix the
* libxslt/Makefile.am: a missing DESTDIR * python/Makefile.am: fix reference to build paths in python module * libexslt/exsltconfig.h.in libxslt/xsltconfig.h.in: fix the header comments on version values, the 3 are patches from Peter Breitenlohner and should fix #340995 Daniel
This commit is contained in:
@ -24,8 +24,7 @@ EXTRA_DIST = \
|
||||
libxslt-python-api.xml \
|
||||
$(DOCS)
|
||||
|
||||
libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \
|
||||
-L$(top_builddir)/libexslt/.libs
|
||||
libxsltmod_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
if WITH_PYTHON
|
||||
mylibs = \
|
||||
|
Reference in New Issue
Block a user