diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-03-13 19:44:17 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-03-13 19:44:17 +0000 |
commit | 91cf35d84df69a384c69bac73ed3ab04a67e3d55 (patch) | |
tree | 2956afe1a8a0b3c041a89a18552a52e1f2f66da5 /xsltproc | |
parent | dde18909b41dc06b0c295ba76019ed81e7b6bfe1 (diff) | |
download | libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.gz libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.bz2 libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.zip |
preparing 1.1.13, updated and rebuilt the docs. trying to fix some build
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt
the docs.
* tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix
some build problems.
* libxslt.spec.in: adding a build require and a require for
libgcrypt-devel, c.f. Red Hat bug #133211
* libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong.
Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index ed78f2c6..65553587 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -22,5 +22,5 @@ LDADDS = @STATIC_BINARIES@ \ xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS) xsltproc.dv: xsltproc.o - $(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS) + $(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS) $(LIBGCRYPT_LIBS) |