diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-10 05:33:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-10 17:26:54 +0200 |
commit | 8d374508953f237b51e70e5047d5457559740ab9 (patch) | |
tree | 84617a69498d669ae344b05f17c58f641aa21fa6 /ucb | |
parent | c60b8ab88a8c65f4db4f90494373c438c97cd8cf (diff) |
add missing dep on tools/diagnose_ex.h
Change-Id: Ie3a1e9043470f22d04d841f994cd0ff1d05868cb
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpext.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ucb/Library_ucpext.mk b/ucb/Library_ucpext.mk index 3e6c5f599a56..889c7351c099 100644 --- a/ucb/Library_ucpext.mk +++ b/ucb/Library_ucpext.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_Library,ucpext)) +$(eval $(call gb_Library_use_packages,ucpext,\ + tools_inc \ +)) + $(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext)) $(eval $(call gb_Library_use_sdk_api,ucpext)) |