diff options
author | ghiggins <ghiggins@openoffice.org> | 2002-10-08 12:10:58 +0000 |
---|---|---|
committer | ghiggins <ghiggins@openoffice.org> | 2002-10-08 12:10:58 +0000 |
commit | 3c4f6d6cabbc95281caf1c6b5db8a4aaf8ef1c93 (patch) | |
tree | 969deb5b0fbd1187012d31a76a065503cff60b2a /svx/source/options | |
parent | fdffd45ef7022e0e29259ac7e8fb460e7450bc11 (diff) |
#103623# moving sso options to seperate module
Diffstat (limited to 'svx/source/options')
-rw-r--r-- | svx/source/options/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk index 28b783a4ead0..9d0e17c58636 100644 --- a/svx/source/options/makefile.mk +++ b/svx/source/options/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: vg $ $Date: 2002-09-06 12:24:06 $ +# last change: $Author: ghiggins $ $Date: 2002-10-08 13:10:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,7 +99,6 @@ EXCEPTIONSFILES= \ $(SLO)$/optlingu.obj \ $(SLO)$/optaccessibility.obj \ $(SLO)$/optsave.obj \ - $(SLO)$/optsso.obj \ $(SLO)$/optpath.obj SLOFILES= $(EXCEPTIONSFILES) \ @@ -116,10 +115,6 @@ SLOFILES= $(EXCEPTIONSFILES) \ $(SLO)$/optextbr.obj \ $(SLO)$/srchcfg.obj -.IF "$(BUILD_SOSL)" == "" -SRCFILES += optsso.src - -.ENDIF SVXLIGHTOBJFILES= \ $(OBJ)$/adritem.obj |