diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-18 12:15:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-18 12:15:42 +0000 |
commit | ed0d72a4b941abfeca38de06587d5043aac26a19 (patch) | |
tree | 5f7afeebb1cf561b1c0d3f898432fe9099b22540 /svtools/source/config | |
parent | d82ef9ba0a5dc3ccb1af0433fc4d288126e0e1dd (diff) |
#86988# new java configuration
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/config/makefile.mk b/svtools/source/config/makefile.mk index 9f5f5a3671a7..c4379ab2d841 100644 --- a/svtools/source/config/makefile.mk +++ b/svtools/source/config/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: kz $ $Date: 2001-05-11 10:56:26 $ +# last change: $Author: os $ $Date: 2001-05-18 13:12:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,8 @@ SLOFILES = \ $(SLO)$/saveopt.obj \ $(SLO)$/undoopt.obj \ $(SLO)$/helpopt.obj \ - $(SLO)$/useroptions.obj \ + $(SLO)$/javaoptions.obj \ + $(SLO)$/useroptions.obj \ $(SLO)$/moduleoptions.obj \ $(SLO)$/securityoptions.obj \ $(SLO)$/localisationoptions.obj \ |