summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/property/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/property/makefile.mk b/unotools/source/property/makefile.mk
index 88de50a1b134..920773628270 100644
--- a/unotools/source/property/makefile.mk
+++ b/unotools/source/property/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 17:03:55 $
+# last change: $Author: fs $ $Date: 2000-09-21 08:52:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -92,7 +92,8 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files -------------------------------------
-SLOFILES= $(SLO)$/property.obj \
+SLOFILES= $(SLO)$/propertycontainer.obj \
+ $(SLO)$/property.obj \
$(SLO)$/propmultiplex.obj \
$(SLO)$/propstate.obj \
$(SLO)$/propagg.obj \