diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-09-24 16:16:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-09-24 16:16:52 +0000 |
commit | a38e23f5841336380e9f007dc537de7b9cf63844 (patch) | |
tree | 9722769d8dabb7a7f19d5770a9c8264e24685b05 /Makefile.am | |
parent | 118c7572cc590a5400f10c69df41c9d847f8aebd (diff) | |
download | libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.gz libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.tar.bz2 libxslt-a38e23f5841336380e9f007dc537de7b9cf63844.zip |
add missing variable fixed some error callback data added new date:sum
* Makefile.am: add missing variable
* libxslt/transform.c: fixed some error callback data
* tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new
date:sum testing from Derek Poon
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 68f9f9ce..a5999904 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ bin_SCRIPTS = xslt-config dist-hook: cleanup libxslt.spec (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms examples) | (cd $(distdir); tar xf -) +CVS_EXTRA_DIST = + EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ FEATURES TODO Copyright libxslt.m4 \ win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ |