mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-13 13:01:48 +03:00
trying to fix #98518 when building outside of the source tree Daniel
* python/Makefile.am python/tests/Makefile.am: trying to fix #98518 when building outside of the source tree Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Nov 15 12:35:57 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/Makefile.am python/tests/Makefile.am: trying to fix #98518
|
||||||
|
when building outside of the source tree
|
||||||
|
|
||||||
Thu Nov 14 21:39:37 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Thu Nov 14 21:39:37 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/generator.py: xpathObjectRet() pertains to the libxml2
|
* python/generator.py: xpathObjectRet() pertains to the libxml2
|
||||||
|
@ -38,8 +38,8 @@ python_LTLIBRARIES = libxsltmod.la
|
|||||||
libxsltmod_la_SOURCES = libxslt.c types.c libxslt-py.c
|
libxsltmod_la_SOURCES = libxslt.c types.c libxslt-py.c
|
||||||
libxsltmod_la_LIBADD = $(mylibs)
|
libxsltmod_la_LIBADD = $(mylibs)
|
||||||
|
|
||||||
libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
|
libxslt.py: $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py
|
||||||
cat $(srcdir)/libxsl.py libxsltclass.py > libxslt.py
|
cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
|
$(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
|
||||||
|
@ -15,8 +15,8 @@ EXTRA_DIST = $(TESTSPY) $(XMLS) $(EXTRAS)
|
|||||||
|
|
||||||
if WITH_PYTHON
|
if WITH_PYTHON
|
||||||
tests: $(TESTSPY)
|
tests: $(TESTSPY)
|
||||||
-@(PYTHONPATH="..:../.libs" ; export PYTHONPATH; \
|
-@(PYTHONPATH="..:../.libs:$(srcdir)/.." ; export PYTHONPATH; \
|
||||||
for test in $(TESTSPY) ; do echo "-- $$test" ; $(PYTHON) $$test ; done)
|
for test in $(TESTSPY) ; do echo "-- $$test" ; $(PYTHON) $(srcdir)/$$test ; done)
|
||||||
else
|
else
|
||||||
tests:
|
tests:
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user