From d6e212ab75c766646695d0dd8867e011d7b92e81 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 15 Mar 2011 17:08:53 +0000 Subject: fix pretty borders post merge (missing .src compile) --- sw/AllLangResTarget_sw.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/AllLangResTarget_sw.mk') diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index d59ddd700a92..2ea8bfc0b332 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -38,6 +38,7 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\ -I$(OUTDIR)/inc \ -I$(WORKDIR)/inc/sw \ -I$(SRCDIR)/sw/inc \ + -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/undo \ -I$(SRCDIR)/sw/source/core/unocore \ -I$(SRCDIR)/sw/source/ui/chrdlg \ @@ -65,6 +66,7 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\ )) $(eval $(call gb_SrsTarget_add_files,sw/res,\ + sw/source/core/layout/pagefrm.src \ sw/source/core/undo/undo.src \ sw/source/core/unocore/unocore.src \ sw/source/ui/app/app.src \ -- cgit