diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:10:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:10:21 +0000 |
commit | 418775a88cecb3b2203796203057fa54e9edf0ab (patch) | |
tree | 3f207e466d9b2fd392eb82622e0a9accd2e8cc30 /libxslt | |
parent | f720d1b8483a71c6d227ba934db2a5351205f4ce (diff) |
INTEGRATION: CWS libxslt02 (1.3.2); FILE MERGED
2007/04/26 11:39:05 cmc 1.3.2.1: #i30380# libexslt needed apparently
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 69bc4570d106..7b415b2e8d04 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: cmc $ $Date: 2007-04-18 09:06:43 $ +# last change: $Author: kz $ $Date: 2007-05-10 13:10:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,7 @@ OUT2INC=libxslt$/*.h .IF "$(OS)"=="MACOSX" OUT2LIB+=libxslt$/.libs$/libxslt.*.dylib +OUT2LIB+=libexslt$/.libs$/libexslt.*.dylib OUT2BIN+=xsltproc$/.libs$/xsltproc .ELIF "$(OS)"=="WNT" OUT2LIB+=win32$/bin.msvc$/*.lib @@ -97,6 +98,7 @@ OUT2BIN+=win32$/bin.msvc$/*.dll OUT2BIN+=win32$/bin.msvc$/*.exe* .ELSE OUT2LIB+=libxslt$/.libs$/libxslt.so* +OUT2LIB+=libexslt$/.libs$/libexslt.so* OUT2BIN+=xsltproc$/.libs$/xsltproc .ENDIF |