summaryrefslogtreecommitdiff
path: root/ure/Rdb_ure.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-12 10:48:40 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 11:42:50 +0100
commitd2097ad456b4626dd6972e015489ce3d22eb1872 (patch)
tree41a9b1ca1551795888cfcae15f606d502a6806e7 /ure/Rdb_ure.mk
parentf24ccecbeef52ecb822f1bd111ffe573ec41c142 (diff)
gbuildize stoc
Diffstat (limited to 'ure/Rdb_ure.mk')
-rw-r--r--ure/Rdb_ure.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/ure/Rdb_ure.mk b/ure/Rdb_ure.mk
index b3b6531b95d4..baf8a9b2c6cf 100644
--- a/ure/Rdb_ure.mk
+++ b/ure/Rdb_ure.mk
@@ -30,15 +30,15 @@ $(eval $(call gb_Rdb_Rdb,ure/services))
$(eval $(call gb_Rdb_add_components,ure/services,\
acceptor \
binaryurp/source/binaryurp \
- bootstrap \
+ stoc/util/bootstrap \
connector \
- introspection \
- invocadapt \
- invocation \
- namingservice \
- proxyfac \
- reflection \
- stocservices \
+ stoc/source/inspect/introspection \
+ stoc/source/invocation_adapterfactory/invocadapt \
+ stoc/source/invocation/invocation \
+ stoc/source/namingservice/namingservice \
+ stoc/source/proxy_factory/proxyfac \
+ stoc/source/corereflection/reflection \
+ stoc/util/stocservices \
streams \
textinstream \
textoutstream \
@@ -47,8 +47,8 @@ $(eval $(call gb_Rdb_add_components,ure/services,\
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Rdb_add_components,ure/services,\
- javaloader \
- javavm \
+ stoc/source/javaloader/javaloader \
+ stoc/source/javavm/javavm \
juh \
))
endif