diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-09 11:43:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-09 11:43:19 +0100 |
commit | 389da62249b82afc6614845386163d362094336c (patch) | |
tree | b0a1fca86d98986a7441c7d13ed9065a0cf1e2e7 /solenv | |
parent | bfd63516c9fd4ec366576f9a0e3c456bc3d530a3 (diff) |
climaker calls cppu::defaultBootstrap_InitialComponentContext()
...so depends on uno.ini
Change-Id: I913d21605ac15792b24bccd460ab886e535e76da
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/CliUnoApi.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/CliUnoApi.mk b/solenv/gbuild/CliUnoApi.mk index 16f331b48ec9..4c0b9aa1c5cb 100644 --- a/solenv/gbuild/CliUnoApi.mk +++ b/solenv/gbuild/CliUnoApi.mk @@ -13,7 +13,8 @@ gb_CliUnoApi_EXT := $(gb_CliAssembly_POLICYEXT) gb_CliUnoApi_KEYFILE_DEFAULT := $(gb_CliAssembly_KEYFILE_DEFAULT) -gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker) +gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker) \ + $(INSTROOT)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) gb_CliUnoApi_COMMAND := $(call gb_Executable_get_command,climaker) define gb_CliUnoApi__command |