diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-08-18 22:41:26 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-08-18 22:41:26 +0000 |
commit | 1d9e27ecab804d55e399a28df5587244e1155246 (patch) | |
tree | 94d47ee168b912b83d3a6b7e3af960e93b50aa0b /xsltproc/Makefile.am | |
parent | 7f25aab1b425742825210606ce989c5d8c406e91 (diff) | |
download | libxslt-1d9e27ecab804d55e399a28df5587244e1155246.tar.gz libxslt-1d9e27ecab804d55e399a28df5587244e1155246.tar.bz2 libxslt-1d9e27ecab804d55e399a28df5587244e1155246.zip |
applied patch from Mikhail Grushinskiy for compilation with MingW compiler
* xsltproc/Makefile.am libxslt/libxslt.h libxslt/numbersInternals.h
libexslt/*.c configure.in: applied patch from Mikhail Grushinskiy
for compilation with MingW compiler on Windows.
Daniel
Diffstat (limited to 'xsltproc/Makefile.am')
-rw-r--r-- | xsltproc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index ac0592c5..a8828de5 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -16,7 +16,8 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \ LDADDS = @STATIC_BINARIES@ \ $(top_builddir)/libxslt/libxslt.la \ $(top_builddir)/libexslt/libexslt.la \ - @LIBXML_LIBS@ $(EXTRA_LIBS) + @LIBXML_LIBS@ $(EXTRA_LIBS) @WIN32_EXTRA_LIBADD@ xsltproc.dv: xsltproc.o $(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS) + |