summaryrefslogtreecommitdiff
path: root/javaunohelper/Module_javaunohelper.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-20 14:16:40 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-09-20 14:24:55 +0300
commit4b326ea35cb9193dbb530b9445a778d61bf8273d (patch)
treec4dfb5b4a6e4ea1597787bb2082d32a7873164a8 /javaunohelper/Module_javaunohelper.mk
parente7c9b468f364fd4796f0ff6fc6b76045ad58b26f (diff)
No need for the juh/juhx dance when DISABLE_DYNLOADING
Change-Id: Ifc2bfb278947344d14b855ebf5527b603e333f15
Diffstat (limited to 'javaunohelper/Module_javaunohelper.mk')
-rw-r--r--javaunohelper/Module_javaunohelper.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/javaunohelper/Module_javaunohelper.mk b/javaunohelper/Module_javaunohelper.mk
index 27c53e484bd6..181e10f4efea 100644
--- a/javaunohelper/Module_javaunohelper.mk
+++ b/javaunohelper/Module_javaunohelper.mk
@@ -28,12 +28,19 @@
$(eval $(call gb_Module_Module,javaunohelper))
ifneq ($(SOLAR_JAVA),)
+
$(eval $(call gb_Module_add_targets,javaunohelper,\
Library_juh \
- Library_juhx \
Jar_juh \
Zip_juh \
))
+
+ifneq ($(DISABLE_DYNLOADING),TRUE)
+$(eval $(call gb_Module_add_targets,javaunohelper,\
+ Library_juhx \
+))
+endif
+
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: