summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorghiggins <ghiggins@openoffice.org>2002-08-12 08:13:29 +0000
committerghiggins <ghiggins@openoffice.org>2002-08-12 08:13:29 +0000
commitdf1f0bf8836904443678110018d600cda3af5015 (patch)
tree9b1c99354a1f3bc8a10ff17b31b85a8760c86f15 /svx/source/options
parent#101798# + ConnectionWrapper.cxx (diff)
downloadcore-df1f0bf8836904443678110018d600cda3af5015.tar.gz
core-df1f0bf8836904443678110018d600cda3af5015.zip
#99344# Adding UI support for SSO
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/makefile.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk
index 5c6291c79ed9..c9753139cd7c 100644
--- a/svx/source/options/makefile.mk
+++ b/svx/source/options/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: iha $ $Date: 2002-04-15 19:34:20 $
+# last change: $Author: ghiggins $ $Date: 2002-08-12 09:13:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -108,7 +108,8 @@ CXXFILES = \
multipat.cxx \
multifil.cxx \
optextbr.cxx \
- srchcfg.cxx
+ srchcfg.cxx \
+ optsso.cxx
SRCFILES = \
optasian.src \
@@ -123,7 +124,8 @@ SRCFILES = \
optgrid.src \
optinet2.src \
multipat.src \
- optextbr.src
+ optextbr.src \
+ optsso.src
SLOFILES= \
$(SLO)$/asiancfg.obj \
@@ -144,7 +146,8 @@ SLOFILES= \
$(SLO)$/multipat.obj \
$(SLO)$/multifil.obj \
$(SLO)$/optextbr.obj \
- $(SLO)$/srchcfg.obj
+ $(SLO)$/srchcfg.obj \
+ $(SLO)$/optsso.obj
SVXLIGHTOBJFILES= \
$(OBJ)$/adritem.obj
@@ -161,7 +164,8 @@ EXCEPTIONSFILES= \
$(SLO)$/optlingu.obj \
$(SLO)$/optaccessibility.obj \
$(SLO)$/optsave.obj \
- $(SLO)$/optpath.obj
+ $(SLO)$/optpath.obj \
+ $(SLO)$/optsso.obj
# --- Targets -------------------------------------------------------