summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ----------------------------------