diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-10-24 14:44:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-10-24 14:44:21 +0000 |
commit | 4eee2048ebd0b2406766e409b39f556a521e7fdf (patch) | |
tree | 2de5be297def1728cb03fccc0729802e47e30900 /desktop | |
parent | f3f923b58d2431b4a1d422619a3012336856855a (diff) |
#100000# ssodlg missing for solaris
Diffstat (limited to 'desktop')
-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 a399fc795a74..07f5667e96f0 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: obo $ $Date: 2002-10-24 09:36:15 $ +# last change: $Author: obo $ $Date: 2002-10-24 15:44:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -240,6 +240,7 @@ SLOFILES = \ $(SLO)$/appsys.obj \ $(SLO)$/desktopresid.obj \ $(SLO)$/dispatchwatcher.obj \ + $(SLO)$/ssodlg.obj \ $(SLO)$/ssoinit.obj \ $(SLO)$/configinit.obj \ $(SLO)$/officeipcmanager.obj \ |