[Libreoffice-commits] .: binfilter/bf_sch
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Fri Jun 29 02:39:56 PDT 2012
binfilter/bf_sch/source/ui/docshell/makefile.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 791329fd1d2e14c4fb9a3120b0d9947899bb3f98
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri Jun 29 11:39:10 2012 +0200
Fix build
Didn't see the difference between l and 1...
Change-Id: Ifb4178186300348b098770c2e15dc2757e0879a7
diff --git a/binfilter/bf_sch/source/ui/docshell/makefile.mk b/binfilter/bf_sch/source/ui/docshell/makefile.mk
index c2fecb4..1294814 100644
--- a/binfilter/bf_sch/source/ui/docshell/makefile.mk
+++ b/binfilter/bf_sch/source/ui/docshell/makefile.mk
@@ -34,9 +34,11 @@ INC+= -I$(PRJ)$/inc$/bf_sch
# --- Files --------------------------------------------------------
-CXXFILES = $(BFPRJ)$/util$/sch_docshel1.cxx
+CXXFILES = $(BFPRJ)$/util$/sch_docshell.cxx \
+ sch_docshel1.cxx
SLOFILES = \
+ $(SLO)$/sch_docshell.obj \
$(SLO)$/sch_docshel1.obj
More information about the Libreoffice-commits
mailing list