diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-29 14:13:10 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-29 14:13:10 +0000 |
commit | 21869212e290678633e20241975388839e8aa807 (patch) | |
tree | 26144cbda9e2796de6ed51e2040f825a6882dbd8 /sd/source/ui/unoidl/makefile.mk | |
parent | 99035358dc08bf65cad83b4d625d9267b934b23e (diff) |
fixed makefile for player
Diffstat (limited to 'sd/source/ui/unoidl/makefile.mk')
-rw-r--r-- | sd/source/ui/unoidl/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/makefile.mk b/sd/source/ui/unoidl/makefile.mk index 603d1bac8ab1..948f92961194 100644 --- a/sd/source/ui/unoidl/makefile.mk +++ b/sd/source/ui/unoidl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: cl $ $Date: 2001-03-27 22:03:08 $ +# last change: $Author: cl $ $Date: 2001-03-29 15:13:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,6 +128,7 @@ SLOFILES = \ $(SLO)$/unovwcrs.obj SVXLIGHTOBJFILES = \ + $(OBJ)$/UnoDocumentSettings.obj \ $(OBJ)$/unomodel.obj \ $(OBJ)$/unopage.obj \ $(OBJ)$/unolayer.obj \ |