diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:50:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:50:07 +0000 |
commit | ab6779b1900bb1973f1325e3370ac8c5533f12b1 (patch) | |
tree | cb6b88bfb534fa35b204b836d49649d3e159465c /cppu/util | |
parent | 98ef4c9093bb107f874108980a83394a76a291a6 (diff) |
INTEGRATION: CWS sb49 (1.7.40); FILE MERGED
2006/03/22 10:14:08 sb 1.7.40.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index aa3257572673..ce1978267732 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:01:41 $ +# last change: $Author: hr $ $Date: 2006-04-19 13:50:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,8 +60,7 @@ SHL1TARGET=$(TARGET) SHL1TARGET= uno_$(TARGET) .ENDIF -SHL1STDLIBS= \ - $(SALLIB) +SHL1STDLIBS = $(SALLIB) $(SALHELPERLIB) SHL1DEPN= SHL1IMPLIB=i$(TARGET) |