summaryrefslogtreecommitdiff
path: root/framework/test
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-06-15 11:37:29 +0000
committerAndreas Schlüns <as@openoffice.org>2001-06-15 11:37:29 +0000
commit9bc4df40c0701dc01a93ff63010cdc32e103a78a (patch)
treeb51de2ba823f00af8b6a5b18031a3005b270b03d /framework/test
parent559a54611257b0dcc60d256593dc8629341f0e23 (diff)
#84942# add lockhelper
Diffstat (limited to 'framework/test')
-rw-r--r--framework/test/typecfg/makefile.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/framework/test/typecfg/makefile.mk b/framework/test/typecfg/makefile.mk
index cac29f4701a8..d8b31e2b8f61 100644
--- a/framework/test/typecfg/makefile.mk
+++ b/framework/test/typecfg/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: as $ $Date: 2001-06-11 10:49:15 $
+# last change: $Author: as $ $Date: 2001-06-15 12:37:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,7 +86,8 @@ APP1OBJS= $(SLO)$/xml2xcd.obj \
$(SLO)$/servicemanager.obj \
$(SLO)$/filtercachedata.obj \
$(SLO)$/filtercache.obj \
- $(SLO)$/wildcard.obj
+ $(SLO)$/wildcard.obj \
+ $(SLO)$/lockhelper.obj
APP1STDLIBS= $(CPPULIB) \
$(CPPUHELPERLIB) \
@@ -103,7 +104,8 @@ APP1STDLIBS= $(CPPULIB) \
APP1DEPN= $(SLO)$/servicemanager.obj \
$(SLO)$/filtercachedata.obj \
$(SLO)$/filtercache.obj \
- $(SLO)$/wildcard.obj
+ $(SLO)$/wildcard.obj \
+ $(SLO)$/lockhelper.obj
.IF "$(GUI)"=="WIN" || "$(GUI)"=="OS2"
APP1DEF= $(MISC)$/xml2xcd.def
@@ -117,7 +119,8 @@ APP2OBJS= $(SLO)$/cfgview.obj \
$(SLO)$/servicemanager.obj \
$(SLO)$/filtercachedata.obj \
$(SLO)$/filtercache.obj \
- $(SLO)$/wildcard.obj
+ $(SLO)$/wildcard.obj \
+ $(SLO)$/lockhelper.obj
APP2STDLIBS= $(CPPULIB) \
$(CPPUHELPERLIB) \
@@ -134,7 +137,8 @@ APP2STDLIBS= $(CPPULIB) \
APP2DEPN= $(SLO)$/servicemanager.obj \
$(SLO)$/filtercachedata.obj \
$(SLO)$/filtercache.obj \
- $(SLO)$/wildcard.obj
+ $(SLO)$/wildcard.obj \
+ $(SLO)$/lockhelper.obj
.IF "$(GUI)"=="WIN" || "$(GUI)"=="OS2"
APP2DEF= $(MISC)$/cfgview.def