summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-25 21:58:52 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-25 21:58:52 +0300
commitc597c334b5b00f12ef2a0b17a6e69aaf3bbcdb1a (patch)
tree41801f7cc4ff345f928ec4bfe68ace0db29d135c
parent4101f6a9a2802dedc04ff91ff3ec6b8eaedc61d7 (diff)
Build the jars only of if SOLAR_JAVA is TRUE
-rw-r--r--wizards/Module_wizards.mk25
1 files changed, 15 insertions, 10 deletions
diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk
index 65829e53c..30c156927 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: