summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2000-10-18 09:04:31 +0000
committerStephan Bergmann <sb@openoffice.org>2000-10-18 09:04:31 +0000
commit962e3b2e0f32a5af4505a9af17d7866800756162 (patch)
tree91649337d6cff9a464111464509fec927aca949f /ucbhelper
parent21b46cd0e019f206187fba717f96cf4110fdbaa8 (diff)
Added fileidentifierconverter.obj.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/ucbhelper/source/client/makefile.mk b/ucbhelper/source/client/makefile.mk
index 5963004ff1ad..119d6882aacd 100644
--- a/ucbhelper/source/client/makefile.mk
+++ b/ucbhelper/source/client/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: bmahbod $ $Date: 2000-10-09 21:59:31 $
+# last change: $Author: sb $ $Date: 2000-10-18 10:04:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,8 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES=\
$(SLO)$/content.obj \
$(SLO)$/contentbroker.obj \
- $(SLO)$/commandenvironment.obj
+ $(SLO)$/commandenvironment.obj \
+ $(SLO)$/fileidentifierconverter.obj
.ENDIF