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/util | |
parent | 3bb5b880e6055f15654d0da647e83d42c8a212bb (diff) |
#85529# new threadsafe mechanism
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 36202a187140..cd4626664f3f 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: cd $ $Date: 2001-05-02 05:44:28 $ +# last change: $Author: as $ $Date: 2001-05-02 13:00:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,9 +111,12 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/ocomponentenumeration.obj \ $(SLO)$/odispatchprovider.obj \ $(SLO)$/fairrwlock.obj \ + $(SLO)$/transactionmanager.obj \ + $(SLO)$/transactionguard.obj \ $(SLO)$/writeguard.obj \ $(SLO)$/readguard.obj \ $(SLO)$/resetableguard.obj \ + $(SLO)$/gate.obj \ $(SLO)$/omenudispatcher.obj \ $(SLO)$/menumanager.obj \ $(SLO)$/bmkmenu.obj \ @@ -156,8 +159,11 @@ SHL2OBJS= $(SLO)$/registertemp.obj \ $(SLO)$/argumentanalyzer.obj \ $(SLO)$/wildcard.obj \ $(SLO)$/fairrwlock.obj \ + $(SLO)$/transactionmanager.obj \ + $(SLO)$/transactionguard.obj \ $(SLO)$/writeguard.obj \ $(SLO)$/readguard.obj \ + $(SLO)$/gate.obj \ $(SLO)$/resetableguard.obj SHL2STDLIBS= $(CPPULIB) \ |