diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-21 15:30:33 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-21 15:30:33 +0000 |
commit | 909b6103f88c1020984267b4363853f3566b38bc (patch) | |
tree | f09cbe03d8a676101bf5d27d1965625f48242688 /libexslt | |
parent | b808c1dd9d85c22c2e93754f427ac0901b87b0f8 (diff) | |
download | libxslt-909b6103f88c1020984267b4363853f3566b38bc.tar.gz libxslt-909b6103f88c1020984267b4363853f3566b38bc.tar.bz2 libxslt-909b6103f88c1020984267b4363853f3566b38bc.zip |
trying to fix more Makefiles crapola small fix. Daniel
* configure.in libexslt/Makefile.am: trying to fix more Makefiles
crapola
* libxslt/transform.c: small fix.
Daniel
Diffstat (limited to 'libexslt')
-rw-r--r-- | libexslt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am index c50fa89b..224b0835 100644 --- a/libexslt/Makefile.am +++ b/libexslt/Makefile.am @@ -22,7 +22,7 @@ libexslt_la_SOURCES = \ date.c \ saxon.c -libexslt_la_LIBADD = $(EXTRA_LIBS) +libexslt_la_LIBADD = -lxslt $(EXTRA_LIBS) libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@ man_MANS = libexslt.4 |