summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 09:19:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 09:19:46 +0000
commit760dcd7d2fd6598a6cf94130ca128ebb51630478 (patch)
treedd0ad96c60ed0908e14912aea25bb08a8ff8d0c7 /comphelper
parentINTEGRATION: CWS oj14 (1.1.2); FILE ADDED (diff)
downloadcore-760dcd7d2fd6598a6cf94130ca128ebb51630478.tar.gz
core-760dcd7d2fd6598a6cf94130ca128ebb51630478.zip
INTEGRATION: CWS oj14 (1.9.6); FILE MERGED
2006/11/08 12:29:34 oj 1.9.6.1: new file
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/source/container/makefile.mk b/comphelper/source/container/makefile.mk
index ba8d95cd0424..3950262f572c 100644
--- a/comphelper/source/container/makefile.mk
+++ b/comphelper/source/container/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 02:45:22 $
+# last change: $Author: rt $ $Date: 2007-07-06 10:19:46 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,8 +51,9 @@ SLOFILES=\
$(SLO)$/namecontainer.obj \
$(SLO)$/enumhelper.obj \
$(SLO)$/container.obj \
+ $(SLO)$/containermultiplexer.obj \
$(SLO)$/IndexedPropertyValuesContainer.obj \
- $(SLO)$/embeddedobjectcontainer.obj \
+ $(SLO)$/embeddedobjectcontainer.obj \
$(SLO)$/NamedPropertyValuesContainer.obj
# --- Targets ----------------------------------