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 /tools/StaticLibrary_ooopathutils.mk | |
parent | 8b774b7eb1bb78245214775113830418624bbecf (diff) |
add missing deps on sal headers
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
Diffstat (limited to 'tools/StaticLibrary_ooopathutils.mk')
-rw-r--r-- | tools/StaticLibrary_ooopathutils.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/StaticLibrary_ooopathutils.mk b/tools/StaticLibrary_ooopathutils.mk index 3495f8cb2e31..79948e9dce98 100644 --- a/tools/StaticLibrary_ooopathutils.mk +++ b/tools/StaticLibrary_ooopathutils.mk @@ -19,7 +19,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils)) -$(eval $(call gb_StaticLibrary_use_package,ooopathutils,tools_inc)) +$(eval $(call gb_StaticLibrary_use_packages,ooopathutils,\ + sal_inc \ + tools_inc \ +)) $(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\ tools/source/misc/pathutils \ |