diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-23 08:06:09 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-23 08:06:09 +0200 |
commit | 359f005c6698d5d7838798fc739fe770cb98d357 (patch) | |
tree | 7d1991b463e127b386a0cf849c0b4e0e7eaaf29c /cli_ure | |
parent | d0670bd7793146d74180db02f8c12c760e8a60a7 (diff) |
add deps on CLI libs used in cli_uno build
Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Library_cli_uno.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli_ure/Library_cli_uno.mk b/cli_ure/Library_cli_uno.mk index 46f20b9731d1..55288dee2aae 100644 --- a/cli_ure/Library_cli_uno.mk +++ b/cli_ure/Library_cli_uno.mk @@ -35,4 +35,8 @@ $(eval $(call gb_Library_add_exception_objects,cli_uno,\ cli_ure/source/uno_bridge/cli_uno \ )) +$(call gb_Library_get_external_headers_target,cli_uno) :| \ + $(call gb_CliLibrary_get_target,cli_ure) \ + $(call gb_CliUnoApi_get_target,cli_uretypes) + # vim: set noet sw=4 ts=4: |