diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-05-02 12:00:52 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-05-02 12:00:52 +0000 |
commit | 3a44573a0a4d8c99df44c908f0d71a3e55f14004 (patch) | |
tree | 7688432b3237730becd5a572889d20af7e07d8e7 /framework/source/helper | |
parent | 3bb5b880e6055f15654d0da647e83d42c8a212bb (diff) |
#85529# new threadsafe mechanism
Diffstat (limited to 'framework/source/helper')
-rw-r--r-- | framework/source/helper/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/source/helper/makefile.mk b/framework/source/helper/makefile.mk index bf4f2de204b8..2dfd9ba61242 100644 --- a/framework/source/helper/makefile.mk +++ b/framework/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: cd $ $Date: 2001-04-02 14:10:27 $ +# last change: $Author: as $ $Date: 2001-05-02 13:00:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,6 +77,7 @@ BOOTSTRAP_SERVICE= FALSE # --- Generate ----------------------------------------------------- SLOFILES= $(SLO)$/otasksaccess.obj \ + $(SLO)$/ostatusindicatorfactory.obj \ $(SLO)$/otasksenumeration.obj \ $(SLO)$/ocomponentaccess.obj \ $(SLO)$/ocomponentenumeration.obj \ |