summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 65829e53ca8c..30c15692703b 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: