diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-01 16:58:05 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:33:51 +0200 |
commit | 375bb6b35fa69b7dd58264ec669b4c647996425c (patch) | |
tree | b0d29cf58fae2d6ab1116dd94a74bef7e5b6884e /shell | |
parent | 9cea55e10da6bc9fb7efe36e9db8e38316143a23 (diff) |
macbe depend on udkapi/offapi
Change-Id: I4b645167772c612f0b09e7a2918e7d9f85755d22
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Library_macbe.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Library_macbe.mk b/shell/Library_macbe.mk index bf4eb8d0008c..bb305c11a46c 100644 --- a/shell/Library_macbe.mk +++ b/shell/Library_macbe.mk @@ -27,6 +27,11 @@ $(eval $(call gb_Library_Library,macbe1)) +$(eval $(call gb_Library_use_api,macbe1,\ + udkapi \ + offapi \ +)) + $(eval $(call gb_Library_use_internal_api,macbe1,\ macbe \ )) |