summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2002-05-02 10:43:06 +0000
committerAndreas Schlüns <as@openoffice.org>2002-05-02 10:43:06 +0000
commita76243ce249f2b31e971f43b85d36f7818e4c08b (patch)
tree6c47d78a8f58f23c09c33ec8534f525042c7c251 /framework
parentd9894655ca8acbd40b8603ff931da07ef6625c68 (diff)
#99021# add service protocl handler
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/dispatch/makefile.mk b/framework/source/dispatch/makefile.mk
index b082e685bdd6..695eace095d7 100644
--- a/framework/source/dispatch/makefile.mk
+++ b/framework/source/dispatch/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: as $ $Date: 2001-12-19 13:18:51 $
+# last change: $Author: as $ $Date: 2002-05-02 11:43:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,7 +90,8 @@ SLOFILES= $(SLO)$/interceptionhelper.obj \
$(SLO)$/helpagentdispatcher.obj \
$(SLO)$/mailtodispatcher.obj \
$(SLO)$/soundhandler.obj \
- $(SLO)$/interaction.obj
+ $(SLO)$/interaction.obj \
+ $(SLO)$/servicehandler.obj
# --- Targets ------------------------------------------------------