diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:29:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:29:36 +0000 |
commit | c5f974287fd04bb529de145113133b9e35687702 (patch) | |
tree | 4594ae7da677eaf8ab49e433baecfa78c75dbb2d /odk/pack | |
parent | be9a23e7233c4157471827318e0fa87e9ce91d05 (diff) |
INTEGRATION: CWS jsc3 (1.77.12); FILE MERGED
2006/03/07 13:43:45 jsc 1.77.12.1: #i62434# copy libsalcpprt.a
Diffstat (limited to 'odk/pack')
-rw-r--r-- | odk/pack/copying/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index 6d5f1334cdfe..027bad7aa38c 100644 --- a/odk/pack/copying/makefile.mk +++ b/odk/pack/copying/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.77 $ +# $Revision: 1.78 $ # -# last change: $Author: hr $ $Date: 2005-12-28 18:06:03 $ +# last change: $Author: vg $ $Date: 2006-03-15 09:29:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -119,6 +119,10 @@ LIBLIST = \ .ENDIF .ENDIF +.IF "$(OS)"=="LINUX" + LIBLIST = $(DESTDIRLIB)$/libsalcpprt.a +.ENDIF + # note, that inner class files are copied implicitly DESTCLASSESLIST= \ $(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/Loader.class \ |