diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-03-29 10:44:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-03-29 10:44:27 +0000 |
commit | acf0ff238a52e332e8be37648ab585e2a6798a27 (patch) | |
tree | 98d547c7bf517c60ce94b91a57a1237ef231c85f /libxmlsec | |
parent | b854dbe65129457f6174a2f6a23f7365135b27fd (diff) |
INTEGRATION: CWS macosx04 (1.2.6); FILE MERGED
2005/03/23 12:04:40 pjanik 1.2.6.1: #i45510#: copy all .dylib files to final destination.
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index 94758bd..706a152 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2005-03-10 17:48:13 $ +# last change: $Author: rt $ $Date: 2005-03-29 11:44:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -115,7 +115,7 @@ BUILD_DIR=$(CONFIGURE_DIR) OUTDIR2INC=include$/xmlsec .IF "$(OS)"=="MACOSX" -OUT2LIB+=src$/.libs$/libxmlsec1.*.dylib src$/nss$/.libs$/libxmlsec1-nss.*.dylib +OUT2LIB+=src$/.libs$/libxmlsec1.*dylib src$/nss$/.libs$/libxmlsec1-nss.*dylib .ELIF "$(OS)"=="WNT" OUT2LIB+=win32$/binaries$/*.lib OUT2BIN+=win32$/binaries$/*.dll |