diff options
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index a1126692132e..4484e5f944d3 100644 --- a/Repository.mk +++ b/Repository.mk @@ -505,10 +505,22 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ endif $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \ + acceptor \ binaryurp \ bootstrap \ + connector \ + introspection \ + invocadapt \ + invocation \ + javaloader \ + javavm \ + namingservice \ + proxyfac \ reflection \ stocservices \ + streams \ + textinstream \ + textoutstream \ )) $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ |