[Libreoffice-commits] .: sw/qa
Fridrich Strba
fridrich at kemper.freedesktop.org
Sat Mar 5 02:11:51 PST 2011
sw/qa/core/makefile.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 7542f8e1f168affe7114874a05df269c975e729d
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Sat Mar 5 11:09:42 2011 +0100
Fix Windows build (?): include comphelper/version.mk
diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk
index c831e87..b634eff 100644
--- a/sw/qa/core/makefile.mk
+++ b/sw/qa/core/makefile.mk
@@ -149,6 +149,11 @@ SHL3VERSIONMAP = export.map
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+# include comphelper/version.mk for platform where it is not
+# included through libs.mk
+.IF ("$(GUI)"!="UNX" && "$(COM)"!="GCC") || "$(GUI)"=="OS2"
+.INCLUDE : comphelper/version.mk
+.END
.IF "$(OS)" == "WNT"
my_file = file:///
More information about the Libreoffice-commits
mailing list