summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2001-03-23 11:44:26 +0000
committerLars Langhans <lla@openoffice.org>2001-03-23 11:44:26 +0000
commitdae31dbfc6263325accc995f889f647eaf8056c6 (patch)
tree23177d74c4e33a0c1cbb87c6ef257088d4c1c8c6 /configmgr
parentc4b61f6a9ae41d186ca6ce4d73097a4dfb07f0c3 (diff)
Attributes moved to AttributeList and configuration::Attributes now in it's own file.
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/misc/makefile.mk8
-rw-r--r--configmgr/source/xml/makefile.mk7
2 files changed, 9 insertions, 6 deletions
diff --git a/configmgr/source/misc/makefile.mk b/configmgr/source/misc/makefile.mk
index bc43cd0b3b6c..622b716c4bf3 100644
--- a/configmgr/source/misc/makefile.mk
+++ b/configmgr/source/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2001-02-13 09:52:53 $
+# last change: $Author: lla $ $Date: 2001-03-23 12:44:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,7 +78,7 @@ EXCEPTIONSFILES = \
$(SLO)$/providerfactory.obj \
$(SLO)$/saxtools.obj \
$(SLO)$/oslstream.obj \
- $(SLO)$/attributes.obj \
+ $(SLO)$/attributelist.obj \
$(SLO)$/confname.obj \
$(SLO)$/configunoreg.obj
@@ -88,7 +88,7 @@ SLOFILES= \
$(SLO)$/tracer.obj \
$(SLO)$/saxtools.obj \
$(SLO)$/oslstream.obj \
- $(SLO)$/attributes.obj \
+ $(SLO)$/attributelist.obj \
$(SLO)$/confname.obj \
$(SLO)$/configunoreg.obj \
$(SLO)$/synchronize.obj \
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk
index 356c87b5f69a..95c497567697 100644
--- a/configmgr/source/xml/makefile.mk
+++ b/configmgr/source/xml/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: lla $ $Date: 2001-03-23 09:37:50 $
+# last change: $Author: lla $ $Date: 2001-03-23 12:44:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -99,6 +99,9 @@ SLOFILES=\
$(SLO)$/updatetree.obj \
$(SLO)$/namehelper.obj \
+# $(SLO)$/binaryhandler.obj \
+# $(SLO)$/binarywriter.obj \
+# $(SLO)$/binaryreader.obj \
# --- Targets ---