diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-08-23 08:32:56 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-08-23 08:32:56 +0000 |
commit | 37c6b5f2d5ed9276dbc85ed47afe8d7587aa1c6e (patch) | |
tree | 830b0182775411852ba715af296e346e375a660f /desktop/util | |
parent | 79a7c08d39bb839c322134944ae35179ddae747a (diff) |
#101497# Added interaction handler for java access
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index e0b2a2e69a00..f2e825dca0cb 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: ghiggins $ $Date: 2002-06-18 09:12:39 $ +# last change: $Author: cd $ $Date: 2002-08-23 09:32:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,7 +141,8 @@ APP1OBJS= \ $(OBJ)$/desktopresid.obj \ $(OBJ)$/dispatchwatcher.obj \ $(OBJ)$/ssoinit.obj \ - $(OBJ)$/officeipcmanager.obj + $(OBJ)$/officeipcmanager.obj \ + $(OBJ)$/javainteractionhandler.obj APP1DEF= $(MISCX)$/$(TARGET).def @@ -236,7 +237,8 @@ SLOFILES = \ $(SLO)$/desktopresid.obj \ $(SLO)$/dispatchwatcher.obj \ $(SLO)$/ssoinit.obj \ - $(SLO)$/officeipcmanager.obj + $(SLO)$/officeipcmanager.obj \ + $(SLO)$/javainteractionhandler.obj SHL1OBJS= $(SLOFILES) SHL1TARGET= dsk$(UPD)$(DLLPOSTFIX) |