diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-17 09:43:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-17 09:43:36 +0000 |
commit | fde4cdef0a921f3eaba25cdde9ffd886202927aa (patch) | |
tree | 6e64b3439aa028cb3d3c3e69643ac81f366665c2 /Makefile.am | |
parent | dc169b0e409ae65aac3e4214a3451cf8294521b6 (diff) | |
download | libxslt-fde4cdef0a921f3eaba25cdde9ffd886202927aa.tar.gz libxslt-fde4cdef0a921f3eaba25cdde9ffd886202927aa.tar.bz2 libxslt-fde4cdef0a921f3eaba25cdde9ffd886202927aa.zip |
applied Robert Collins patch for Cygwin support Daniel
* Makefile.am libexslt/common.c libexslt/date.c libexslt/exslt.c
libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c
libexslt/libexslt.h libexslt/math.c libexslt/saxon.c
libexslt/sets.c libexslt/strings.c libxslt/libxslt.h
libxslt/xslt.h libxslt/xsltconfig.h.in libxslt/xsltutils.c
xsltproc/xsltproc.c: applied Robert Collins patch for
Cygwin support
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4d2701df..2872282a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ ## don't bother compiling the breakpoint library unless it is needed if WITH_DEBUGGER SUBDIRS = \ - breakpoint \ libxslt \ + breakpoint \ libexslt \ xsltproc \ tests \ |