[Libreoffice-commits] .: l10ntools/Module_l10ntools.mk

Matus Kukan mkukan at kemper.freedesktop.org
Fri May 4 04:59:43 PDT 2012


 l10ntools/Module_l10ntools.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 9fe6e4da50eefcdbf1fddb7ab32dbe99db815588
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Fri May 4 13:58:33 2012 +0200

    build Jar_FCFGMerge only in with-java case
    
    Change-Id: I45ba6a2080f489d4b1cf44ca95de81b8e33adac9

diff --git a/l10ntools/Module_l10ntools.mk b/l10ntools/Module_l10ntools.mk
index e34896f..35327a9 100644
--- a/l10ntools/Module_l10ntools.mk
+++ b/l10ntools/Module_l10ntools.mk
@@ -40,7 +40,12 @@ $(eval $(call gb_Module_add_targets,l10ntools,\
     Library_helplinker \
     Package_inc \
     Package_scripts \
+))
+
+ifneq ($(SOLAR_JAVA),)
+$(eval $(call gb_Module_add_targets,l10ntools,\
     Jar_FCFGMerge \
 ))
+endif
 
 # vim:set shiftwidth=4 softtabstop=4 expandtab:


More information about the Libreoffice-commits mailing list