summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-03-12 13:59:53 +0000
committerJörg Barfurth <jb@openoffice.org>2001-03-12 13:59:53 +0000
commit5b20b1d90f39f375a64caa1828da0884d16f2c46 (patch)
tree69d92af0602a8967c3c5e5a4a31a32043cb45560 /configmgr
parent4cf666933b7b42c596565ded3a8c5dafdc12b2eb (diff)
Refactorying XML TreeBuilder and Formatter
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk
index 6b70096a959e..c156305ba924 100644
--- a/configmgr/source/xml/makefile.mk
+++ b/configmgr/source/xml/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: dg $ $Date: 2000-11-30 08:40:48 $
+# last change: $Author: jb $ $Date: 2001-03-12 14:59:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,6 +75,8 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES=\
+ $(SLO)$/treebuildercallback.obj \
+ $(SLO)$/notifycallback.obj \
$(SLO)$/dataconverter.obj \
$(SLO)$/valuehandler.obj \
$(SLO)$/typeconverter.obj \
@@ -85,6 +87,8 @@ SLOFILES=\
$(SLO)$/mergeupdates.obj \
$(SLO)$/dataexport.obj \
$(SLO)$/dataimport.obj \
+ $(SLO)$/xmlimport.obj \
+ $(SLO)$/saxadapter.obj \
$(SLO)$/updatedom.obj \
$(SLO)$/updatehandler.obj \
$(SLO)$/updatetree.obj \