summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/Library_bootstrap.mk2
-rw-r--r--stoc/Library_introspection.mk2
-rw-r--r--stoc/Library_invocadapt.mk2
-rw-r--r--stoc/Library_invocation.mk2
-rw-r--r--stoc/Library_javaloader.mk2
-rw-r--r--stoc/Library_javavm.mk2
-rw-r--r--stoc/Library_namingservice.mk2
-rw-r--r--stoc/Library_proxyfac.mk2
-rw-r--r--stoc/Library_reflection.mk2
-rw-r--r--stoc/Library_stocservices.mk2
10 files changed, 10 insertions, 10 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index 49fbafc12a09..f7a308590184 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_libraries,bootstrap,\
tl \
))
-$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))
+$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap,ure/services))
$(eval $(call gb_Library_add_exception_objects,bootstrap,\
stoc/source/defaultregistry/defaultregistry \
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk
index b12465d75be7..58ce9e404de5 100644
--- a/stoc/Library_introspection.mk
+++ b/stoc/Library_introspection.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_Library_use_libraries,introspection,\
salhelper \
))
-$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection))
+$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection,ure/services))
$(eval $(call gb_Library_add_exception_objects,introspection,\
stoc/source/inspect/introspection \
diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk
index 93f748893c09..8166cfadcb7d 100644
--- a/stoc/Library_invocadapt.mk
+++ b/stoc/Library_invocadapt.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_libraries,invocadapt,\
sal \
))
-$(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt))
+$(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt,ure/services))
$(eval $(call gb_Library_add_exception_objects,invocadapt,\
stoc/source/invocation_adapterfactory/iafactory \
diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk
index 42f17556433c..d62de01f4133 100644
--- a/stoc/Library_invocation.mk
+++ b/stoc/Library_invocation.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_libraries,invocation,\
sal \
))
-$(eval $(call gb_Library_set_componentfile,invocation,stoc/source/invocation/invocation))
+$(eval $(call gb_Library_set_componentfile,invocation,stoc/source/invocation/invocation,ure/services))
$(eval $(call gb_Library_add_exception_objects,invocation,\
stoc/source/invocation/invocation \
diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk
index caf4a1e27df6..5b13b39c29eb 100644
--- a/stoc/Library_javaloader.mk
+++ b/stoc/Library_javaloader.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_Library_use_libraries,javaloader,\
tl \
))
-$(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader))
+$(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader,ure/services))
$(eval $(call gb_Library_add_exception_objects,javaloader,\
stoc/source/javaloader/javaloader \
diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk
index ce5f773ef394..b281e8aa247c 100644
--- a/stoc/Library_javavm.mk
+++ b/stoc/Library_javavm.mk
@@ -24,7 +24,7 @@ $(eval $(call gb_Library_use_libraries,javavm,\
tl \
))
-$(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm))
+$(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm,ure/services))
$(eval $(call gb_Library_add_exception_objects,javavm,\
stoc/source/javavm/interact \
diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk
index ace77b7e92cd..6822635f0024 100644
--- a/stoc/Library_namingservice.mk
+++ b/stoc/Library_namingservice.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_libraries,namingservice,\
sal \
))
-$(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice))
+$(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice,ure/services))
$(eval $(call gb_Library_add_exception_objects,namingservice,\
stoc/source/namingservice/namingservice \
diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk
index cf95b717281e..9cd7be33a3db 100644
--- a/stoc/Library_proxyfac.mk
+++ b/stoc/Library_proxyfac.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_use_libraries,proxyfac,\
sal \
))
-$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac))
+$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac,ure/services))
$(eval $(call gb_Library_add_exception_objects,proxyfac,\
stoc/source/proxy_factory/proxyfac \
diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk
index 442c5ec6e581..eac448030f14 100644
--- a/stoc/Library_reflection.mk
+++ b/stoc/Library_reflection.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_libraries,reflection,\
sal \
))
-$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection))
+$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection,ure/services))
$(eval $(call gb_Library_add_exception_objects,reflection,\
stoc/source/corereflection/crarray \
diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk
index 970ce9c8ad11..4d276129d805 100644
--- a/stoc/Library_stocservices.mk
+++ b/stoc/Library_stocservices.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_libraries,stocservices,\
$(eval $(call gb_Library_use_external,stocservices,boost_headers))
-$(eval $(call gb_Library_set_componentfile,stocservices,stoc/util/stocservices))
+$(eval $(call gb_Library_set_componentfile,stocservices,stoc/util/stocservices,ure/services))
$(eval $(call gb_Library_add_exception_objects,stocservices,\
stoc/source/typeconv/convert \