summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/Library_juh.mk3
-rw-r--r--javaunohelper/Library_juhx.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/javaunohelper/Library_juh.mk b/javaunohelper/Library_juh.mk
index ecacfd9978d0..dd1644f4005a 100644
--- a/javaunohelper/Library_juh.mk
+++ b/javaunohelper/Library_juh.mk
@@ -34,9 +34,10 @@ $(eval $(call gb_Library_use_internal_comprehensive_api,juh,\
$(eval $(call gb_Library_use_libraries,juh,\
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,juh))
+
ifneq ($(DISABLE_DYNLOADING),TRUE)
$(eval $(call gb_Library_add_exception_objects,juh,\
javaunohelper/source/preload \
diff --git a/javaunohelper/Library_juhx.mk b/javaunohelper/Library_juhx.mk
index ce8ac747934e..eeef545357b7 100644
--- a/javaunohelper/Library_juhx.mk
+++ b/javaunohelper/Library_juhx.mk
@@ -38,9 +38,10 @@ $(eval $(call gb_Library_use_libraries,juhx,\
sal \
salhelper \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,juhx))
+
$(eval $(call gb_Library_add_exception_objects,juhx,\
javaunohelper/source/bootstrap \
javaunohelper/source/javaunohelper \