diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-06-30 16:43:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-06-30 16:43:53 +0000 |
commit | 1bc6a1a495c2acec0fa2c46783a4dc0adefc1860 (patch) | |
tree | 803d776b536c44194efbb353452da2652334ad2d /tests/namespaces | |
parent | 19739dbd5fd3449b0cdae8984f3dd8b787d18ad2 (diff) | |
download | libxslt-1bc6a1a495c2acec0fa2c46783a4dc0adefc1860.tar.gz libxslt-1bc6a1a495c2acec0fa2c46783a4dc0adefc1860.tar.bz2 libxslt-1bc6a1a495c2acec0fa2c46783a4dc0adefc1860.zip |
applied patch from Joel Reed to get EXSLT crypto extensions based on
* win32/Makefile.msvc win32/Makefile.mingw libexslt/Makefile.am
libexslt/exslt.c libexslt/exslt.h config.h.in configure.in
libexslt/crypto.c: applied patch from Joel Reed to get EXSLT
crypto extensions based on libgcrypt if found at configure time.
* tests/namespaces/Makefile.am: fixed a small breakage
Daniel
Diffstat (limited to 'tests/namespaces')
-rw-r--r-- | tests/namespaces/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 229e0a11..52fa03db 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/Makefile.am @@ -10,8 +10,8 @@ EXTRA_DIST = \ tst2.xml tst2.xsl tst2.out \ tst3.xml tst3.xsl tst3.out \ tst4.xml tst4.xsl tst4.out \ -# tst5.xml tst5.xsl tst5.out tst6.xml tst6.xsl tst6.out +# tst5.xml tst5.xsl tst5.out all: |