summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2007-01-03 12:06:50 +0000
committerCaolán McNamara <cmc@openoffice.org>2007-01-03 12:06:50 +0000
commit31b40e6d33aaa11d43c2e708786bd56783c1d641 (patch)
tree2d7ce85b5a35306ba02c4953059a783822fb79d9 /libxslt
parentcdd82fcf8e44f9284c192dca97de3e9814d22816 (diff)
#i68928# deliver the manifest as well for windows
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/makefile.mk6
1 files 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