From 6280ee5898d664bfccaaa29116c8a6dd809c3746 Mon Sep 17 00:00:00 2001 From: Thomas Broyer Date: Mon, 16 Jul 2001 04:58:29 +0000 Subject: removed utils.[ch] as their content is integrated in libxml uses the new * libexslt/.cvsignore libexslt/Makefile.am libexslt/utils.[ch] libexslt/common.c libexslt/functions.c libexslt/math.c libexslt/sets.c: removed utils.[ch] as their content is integrated in libxml * libexslt/sets.c: uses the new libxml functions * libxslt/extra.[ch]: removed exsl:document * AUTHORS: added /me --- libexslt/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libexslt/Makefile.am') diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am index f583cee0..7affb271 100644 --- a/libexslt/Makefile.am +++ b/libexslt/Makefile.am @@ -14,8 +14,7 @@ libexslt_la_SOURCES = \ common.c \ math.c \ sets.c \ - functions.c \ - utils.c + functions.c libexslt_la_LIBADD = $(EXTRA_LIBS) libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@ -- cgit v1.2.3