summaryrefslogtreecommitdiff
path: root/python/tests
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-12-21 10:14:35 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-12-21 10:14:35 +0000
commitcafe885168fd2322dd0b0845a6910a60d08e03f6 (patch)
treec6a3be900929ede020f73adbf4d4c073fa68f384 /python/tests
parente1f70496c8fd8fb5c041edb55d4b3b745ca3f329 (diff)
downloadlibxml2-cafe885168fd2322dd0b0845a6910a60d08e03f6.tar.gz
applied fixes to allow build from 'outside' directory (Bug 129172)
* python/Makefile.am, python/tests/Makefile.am, doc/Makefile.am: applied fixes to allow build from 'outside' directory (Bug 129172)
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am
index 3d5989d2..fd704fdf 100644
--- a/python/tests/Makefile.am
+++ b/python/tests/Makefile.am
@@ -54,5 +54,5 @@ clean:
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(EXAMPLE_DIR)
-(for test in $(PYTESTS) $(XMLS); \
- do @INSTALL@ -m 0644 $$test $(DESTDIR)$(EXAMPLE_DIR) ; done)
+ do @INSTALL@ -m 0644 $(srcdir)/$$test $(DESTDIR)$(EXAMPLE_DIR) ; done)