summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-16 15:32:34 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:46 +0200
commit1a62e464cf1b88fde049bb857e513209b0134a2b (patch)
treecbdfeb98ce35c03b53ed0df551db21becd2bbebc /xmlscript
parent360df63b633421f0d06f6c30e5ed9db3fa2016a5 (diff)
add missing deps on headers
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/Library_xmlscript.mk5
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))