[Libreoffice-commits] .: sd/source

Michael Meeks mmeeks at kemper.freedesktop.org
Mon Dec 13 04:26:55 PST 2010


 sd/source/ui/dlg/makefile.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6838be20bb2dcee83711536d1a15ee8190051cde
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Dec 13 12:26:53 2010 +0000

    add missing files to SLOFILES, so deps are correct.

diff --git a/sd/source/ui/dlg/makefile.mk b/sd/source/ui/dlg/makefile.mk
index ef763dc..13492da 100755
--- a/sd/source/ui/dlg/makefile.mk
+++ b/sd/source/ui/dlg/makefile.mk
@@ -73,6 +73,8 @@ SRC1FILES =\
     layeroptionsdlg.src
 
 SLOFILES =  \
+        $(SLO)$/masterlayoutdlg.obj \
+        $(SLO)$/headerfooterdlg.obj \
         $(SLO)$/inspagob.obj \
         $(SLO)$/ins_paste.obj \
         $(SLO)$/present.obj  \
@@ -143,7 +145,8 @@ LIB1OBJFILES= \
         $(SLO)$/sdabstdlg.obj \
         $(SLO)$/PaneChildWindows.obj		\
         $(SLO)$/PaneDockingWindow.obj		\
-        $(SLO)$/PaneShells.obj
+        $(SLO)$/PaneShells.obj			\
+        $(SLO)$/layeroptionsdlg.obj
 
 
 LIB2TARGET= $(SLB)$/sdui.lib


More information about the Libreoffice-commits mailing list