From 31b40e6d33aaa11d43c2e708786bd56783c1d641 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Jan 2007 12:06:50 +0000 Subject: #i68928# deliver the manifest as well for windows --- libxslt/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 6f97f2d6f74e..e61e31a25c8e 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: cmc $ $Date: 2006-10-09 12:27:36 $ +# last change: $Author: cmc $ $Date: 2007-01-03 13:06:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ OUT2BIN+=xsltproc$/.libs$/xsltproc .ELIF "$(OS)"=="WNT" OUT2LIB+=libxslt$/win32$/bin.msvc$/*.lib OUT2BIN+=libxslt$/win32$/bin.msvc$/*.dll -OUT2BIN+=xsltproc$/win32$/bin.msvc$/*.exe +OUT2BIN+=xsltproc$/win32$/bin.msvc$/*.exe* .ELSE OUT2LIB+=libxslt$/.libs$/libxslt.so* OUT2BIN+=xsltproc$/.libs$/xsltproc -- cgit