summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-05-23 06:11:35 +0000
committerCarsten Driesner <cd@openoffice.org>2001-05-23 06:11:35 +0000
commit46c383895c130b964d91c726c7d9355491ffc4c8 (patch)
tree534cb10a12f147a4ae9d213296c80bf39311a5a7 /framework/util
parent2e5f1c6bf733e642f8a16b250bcfcccd5b73b0d5 (diff)
#86994# xml namespace support
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index 7adfcd984e23..7eb35b77eace 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.29 $
+# $Revision: 1.30 $
#
-# last change: $Author: as $ $Date: 2001-05-23 05:56:20 $
+# last change: $Author: cd $ $Date: 2001-05-23 07:11:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,6 +86,8 @@ LIB1OBJFILES= $(SLO)$/menuconfiguration.obj \
$(SLO)$/imageproducer.obj \
$(SLO)$/menudocumenthandler.obj \
$(SLO)$/bmkmenu.obj
+ $(SLO)$/saxnamespacefilter.obj \
+ $(SLO)$/xmlnamespaces.obj
# --- services library ----------------------------------------------------