summaryrefslogtreecommitdiff
path: root/libexslt/Makefile.am
diff options
context:
space:
mode:
authorThomas Broyer <tbroyer@src.gnome.org>2001-07-16 04:58:29 +0000
committerThomas Broyer <tbroyer@src.gnome.org>2001-07-16 04:58:29 +0000
commit6280ee5898d664bfccaaa29116c8a6dd809c3746 (patch)
tree210f64697954f0c845063347078e436a6d567b75 /libexslt/Makefile.am
parente98a65f34db9bd9fb435a6c9f847709af24968e3 (diff)
downloadlibxslt-6280ee5898d664bfccaaa29116c8a6dd809c3746.tar.gz
libxslt-6280ee5898d664bfccaaa29116c8a6dd809c3746.tar.bz2
libxslt-6280ee5898d664bfccaaa29116c8a6dd809c3746.zip
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
Diffstat (limited to 'libexslt/Makefile.am')
-rw-r--r--libexslt/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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@