diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:05:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:05:23 +0000 |
commit | 6b28dfaa10c7e791e3a3f016db77d3d427720b81 (patch) | |
tree | f91e469f5472ea09a85badaa7e25669b753aaacd /framework | |
parent | dc1fda35d9bfbd0dc09d767ed9878f7d9d4ba6cf (diff) |
INTEGRATION: CWS xmlfilter01 (1.12.4.3.10); FILE MERGED
2003/03/06 13:57:24 as 1.12.4.3.10.1: #107711# full read/write access for types, filters, detect service
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/services/makefile.mk b/framework/source/services/makefile.mk index 60415617870b..f9db87683e43 100644 --- a/framework/source/services/makefile.mk +++ b/framework/source/services/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2003-03-25 18:21:52 $ +# last change: $Author: hr $ $Date: 2003-04-04 16:05:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,8 @@ SLOFILES= \ $(SLO)$/substitutepathvars.obj \ $(SLO)$/pathsettings.obj \ $(SLO)$/backingcomp.obj \ - $(SLO)$/dispatchhelper.obj + $(SLO)$/dispatchhelper.obj \ + $(SLO)$/detectorfactory.obj SRCFILES= logindialog.src \ |