summaryrefslogtreecommitdiff
path: root/libexslt/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-30 21:36:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-30 21:36:59 +0000
commit765957430fd4b748c2d8f70ee546308fad4359f8 (patch)
tree0bfb731b03dab66fedac30a14387f416d3b75699 /libexslt/Makefile.am
parent52a0b2ad40bcde4926878b6260f02d052944b61f (diff)
downloadlibxslt-765957430fd4b748c2d8f70ee546308fad4359f8.tar.gz
libxslt-765957430fd4b748c2d8f70ee546308fad4359f8.tar.bz2
libxslt-765957430fd4b748c2d8f70ee546308fad4359f8.zip
applied a patch from Mark Vakoc to implement the EXSLT object
* win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c libexslt/dynamic.c libexslt/exslt.c libexslt/exslt.h: applied a patch from Mark Vakoc to implement the EXSLT object dyn:evaluate(string) extension function, and a small fix to date.c Daniel
Diffstat (limited to 'libexslt/Makefile.am')
-rw-r--r--libexslt/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am
index 059f3e3d..c520580d 100644
--- a/libexslt/Makefile.am
+++ b/libexslt/Makefile.am
@@ -21,7 +21,8 @@ libexslt_la_SOURCES = \
strings.c \
date.c \
saxon.c \
- libexslt.h
+ libexslt.h \
+ dynamic.c
# The following DOES NOT WORK reliably. Sorry no prelinking to uninstalled
# yet libraries.