summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-03-16 16:42:36 +0000
committerJörg Barfurth <jb@openoffice.org>2001-03-16 16:42:36 +0000
commit12fa33474922121d26c816a2167af77c5df4d47d (patch)
tree3f7b839062054fb852eb0fece8596999eb5f669f /configmgr
parent63614f212e379c1ba944488478841b5d3419ee9a (diff)
Added classes for new parsing/formatting/locale-handling
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk
index c156305ba924..772232918084 100644
--- a/configmgr/source/xml/makefile.mk
+++ b/configmgr/source/xml/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: jb $ $Date: 2001-03-12 14:59:53 $
+# last change: $Author: jb $ $Date: 2001-03-16 17:42:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,11 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES=\
+ $(SLO)$/attributeparser.obj \
+ $(SLO)$/valuenodebuilder.obj \
+ $(SLO)$/localizednodebuilder.obj \
+ $(SLO)$/valueconverter.obj \
+ $(SLO)$/matchlocale.obj \
$(SLO)$/treebuildercallback.obj \
$(SLO)$/notifycallback.obj \
$(SLO)$/dataconverter.obj \