summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-30 13:47:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-30 13:47:26 +0000
commit7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e (patch)
tree591173262116fd04bc368f6e7261c2c6aa0261d8 /tests/extensions
parent23c11bbc87359296904dc51a61d01c9ad7c22b6c (diff)
downloadlibxslt-7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e.tar.gz
fixed a serious proble is node-set was called on a nodeset fixed the rule
* libxslt/extra.c: fixed a serious proble is node-set was called on a nodeset * tests//*/Makefile.am: fixed the rule to rebuild xsltproc Daniel
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/Makefile.am b/tests/extensions/Makefile.am
index 56aa74fb..df0ed74f 100644
--- a/tests/extensions/Makefile.am
+++ b/tests/extensions/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
$(top_builddir)/xsltproc/xsltproc:
- @(cd ../../libxslt ; make xsltproc)
+ @(cd ../../xsltproc ; make xsltproc)
EXTRA_DIST = \
module.xml module.xsl module.out \