[Libreoffice-commits] core.git: desktop/Library_sofficeapp.mk
Oliver Specht
oliver.specht at cib.de
Tue Jan 19 03:27:21 PST 2016
desktop/Library_sofficeapp.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0d31873dc1f40963b70a3840537e9c25bec7cff0
Author: Oliver Specht <oliver.specht at cib.de>
Date: Tue Jan 19 10:47:01 2016 +0100
Build the LibreOfficeKit bits also on Windows
Change-Id: Ibbd5e50ffeeb061a30d6f0f09a393a67ba67421e
Reviewed-on: https://gerrit.libreoffice.org/21598
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht at cib.de>
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 6062da8..9be7c2d 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -117,7 +117,7 @@ endif
endif
# LibreOfficeKit bits
-ifneq ($(filter $(OS),ANDROID IOS MACOSX),)
+ifneq ($(filter $(OS),ANDROID IOS MACOSX WNT),)
$(eval $(call gb_Library_add_exception_objects,sofficeapp,\
desktop/source/lib/init \
desktop/source/lib/lokinteractionhandler \
More information about the Libreoffice-commits
mailing list