diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-09 16:45:59 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-10 17:26:52 +0200 |
commit | 31828c94034bafa41beb443632a3f70600185a47 (patch) | |
tree | 19f93ebbac8c888a291fddc68b56af4a677d21b1 /ucb | |
parent | 81649fdf41776c7416b8d34511be84416ae0468f (diff) |
add missing dep on ucbhelper/macros.hxx
Change-Id: Ib2bd5f44580ac1e6da2f2494c23adfa098694449
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_srtrs1.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ucb/Library_srtrs1.mk b/ucb/Library_srtrs1.mk index 587b0745f53b..af713aa008dd 100644 --- a/ucb/Library_srtrs1.mk +++ b/ucb/Library_srtrs1.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_Library,srtrs1)) +$(eval $(call gb_Library_use_packages,srtrs1,\ + ucbhelper_inc \ +)) + $(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1)) $(eval $(call gb_Library_use_sdk_api,srtrs1)) |