diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-27 16:57:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-31 19:11:35 +0100 |
commit | f09e4ae2737acb4b3e309e7342162439904939a1 (patch) | |
tree | c13986014030c3b9619f8707bd89b0f2882b0a4e /cosv | |
parent | 8b774b7eb1bb78245214775113830418624bbecf (diff) |
add missing deps on sal headers
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/StaticLibrary_cosv.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cosv/StaticLibrary_cosv.mk b/cosv/StaticLibrary_cosv.mk index d6f3229ee3e3..666da6b2bac7 100644 --- a/cosv/StaticLibrary_cosv.mk +++ b/cosv/StaticLibrary_cosv.mk @@ -11,6 +11,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,cosv)) $(eval $(call gb_StaticLibrary_use_packages,cosv,\ cosv_inc \ + sal_generated \ + sal_inc \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,cosv,\ |