diff options
author | Lars Oppermann <lo@openoffice.org> | 2002-09-30 15:01:32 +0000 |
---|---|---|
committer | Lars Oppermann <lo@openoffice.org> | 2002-09-30 15:01:32 +0000 |
commit | b96fe89afa2fae51de300b088ee57572f1f27653 (patch) | |
tree | 2fbac03a0dc01dea3311810b66348e57409c3ba0 /desktop/util | |
parent | 03bf2a94f6048ebecb134f932ded65cf0db17f9c (diff) |
#101202# lockfile for user dir
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index f2e825dca0cb..dedac3c91971 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: cd $ $Date: 2002-08-23 09:32:56 $ +# last change: $Author: lo $ $Date: 2002-09-30 16:01:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -129,6 +129,7 @@ APP1DEPN= \ APP1OBJS= \ $(OBJ)$/app.obj \ + $(OBJ)$/lockfile.obj \ $(OBJ)$/intro.obj \ $(OBJ)$/officeipcthread.obj \ $(OBJ)$/appinit.obj \ |