diff options
author | David Tardon <dtardon@redhat.com> | 2012-07-30 09:48:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:37 +0200 |
commit | d40ec00ad9073977112431e297bac1d501848b9a (patch) | |
tree | aaca0c27cd88588134d30c7ad507a08ca989ed7f /codemaker | |
parent | 7678287ad1da677f0f9a0c5cf33c83ce90b121e5 (diff) |
add missing dependency
Change-Id: Ibfe60fde8010755ee8c3ce1afce669400a44f6e2
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/StaticLibrary_codemaker.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk index ed7c0949c790..c55209fbbaf0 100644 --- a/codemaker/StaticLibrary_codemaker.mk +++ b/codemaker/StaticLibrary_codemaker.mk @@ -27,6 +27,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker)) +$(eval $(call gb_StaticLibrary_use_packages,codemaker,\ + sal_generated \ +)) + $(eval $(call gb_StaticLibrary_set_include,codemaker,\ -I$(SRCDIR)/codemaker/inc \ $$(INCLUDE) \ |