summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-16 11:41:11 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-16 12:03:48 +0300
commit76ecc8f15c1280977b9ec0dc8dcba27624219826 (patch)
tree89fecab4ee2b870aa0f3963a419ccfce6975b102 /filter
parenta3ffd3e55ae1b6292f7694b6d6d2af4427c4e37a (diff)
Don't do the Jar thingies if we don't want to use Java
Diffstat (limited to 'filter')
-rw-r--r--filter/Module_filter.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 1a8240a1d6f7..3fbb5e8f188b 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -26,8 +26,6 @@ $(eval $(call gb_Module_add_targets,filter,\
AllLangResTarget_t602filter \
AllLangResTarget_xsltdlg \
Configuration_filter \
- Jar_XSLTFilter \
- Jar_XSLTValidate \
Library_PptImporter \
Library_egi \
Library_eme \
@@ -70,6 +68,13 @@ $(eval $(call gb_Module_add_targets,filter,\
Package_xslt \
))
+ifneq ($(SOLAR_JAVA),)
+$(eval $(call gb_Module_add_targets,filter,\
+ Jar_XSLTFilter \
+ Jar_XSLTValidate \
+))
+endif
+
# TODO
#$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
JunitTest_filter_complex \