[Libreoffice-commits] .: wizards/Module_wizards.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jul 25 11:59:50 PDT 2011


 wizards/Module_wizards.mk |   25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

New commits:
commit c597c334b5b00f12ef2a0b17a6e69aaf3bbcdb1a
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jul 25 21:58:52 2011 +0300

    Build the jars only of if SOLAR_JAVA is TRUE

diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk
index 65829e5..30c1569 100644
--- a/wizards/Module_wizards.mk
+++ b/wizards/Module_wizards.mk
@@ -35,16 +35,6 @@ $(eval $(call gb_Module_add_targets,wizards,\
 	AllLangResTarget_tpl \
 	AllLangResTarget_wwz \
 	AllLangResTarget_wzi \
-	Jar_commonwizards \
-	Jar_agenda \
-	Jar_fax \
-	Jar_form \
-	Jar_letter \
-	Jar_query \
-	Jar_report \
-	Jar_reportbuilder \
-	Jar_table \
-	Jar_web \
 	Zip_depot \
 	Zip_euro \
 	Zip_form \
@@ -61,4 +51,19 @@ $(eval $(call gb_Module_add_targets,wizards,\
 	Zip_web \
 ))
 
+ifeq ($(SOLAR_JAVA),TRUE)
+$(eval $(call gb_Module_add_targets,wizards,\
+	Jar_commonwizards \
+	Jar_agenda \
+	Jar_fax \
+	Jar_form \
+	Jar_letter \
+	Jar_query \
+	Jar_report \
+	Jar_reportbuilder \
+	Jar_table \
+	Jar_web \
+))
+endif
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list