diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-16 15:32:34 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:46 +0200 |
commit | 1a62e464cf1b88fde049bb857e513209b0134a2b (patch) | |
tree | cbdfeb98ce35c03b53ed0df551db21becd2bbebc /xmlscript | |
parent | 360df63b633421f0d06f6c30e5ed9db3fa2016a5 (diff) |
add missing deps on headers
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/Library_xmlscript.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk index b2f9db46fc87..2ca986a385aa 100644 --- a/xmlscript/Library_xmlscript.mk +++ b/xmlscript/Library_xmlscript.mk @@ -9,7 +9,10 @@ $(eval $(call gb_Library_Library,xmlscript)) -$(eval $(call gb_Library_use_package,xmlscript,xmlscript_inc)) +$(eval $(call gb_Library_use_packages,xmlscript,\ + tools_inc \ + xmlscript_inc \ +)) $(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript)) |