Kaydet (Commit) 1a62e464 authored tarafından David Tardon's avatar David Tardon

add missing deps on headers

Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
üst 360df63b
...@@ -28,7 +28,10 @@ ...@@ -28,7 +28,10 @@
$(eval $(call gb_Library_Library,animcore)) $(eval $(call gb_Library_Library,animcore))
$(eval $(call gb_Library_use_package,animcore,animations_inc)) $(eval $(call gb_Library_use_packages,animcore,\
animations_inc \
comphelper_inc \
))
$(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore)) $(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore))
......
...@@ -11,6 +11,7 @@ $(eval $(call gb_Library_Library,basegfx)) ...@@ -11,6 +11,7 @@ $(eval $(call gb_Library_Library,basegfx))
$(eval $(call gb_Library_use_packages,basegfx,\ $(eval $(call gb_Library_use_packages,basegfx,\
basegfx_inc \ basegfx_inc \
comphelper_inc \
o3tl_inc \ o3tl_inc \
)) ))
......
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
$(eval $(call gb_Library_Library,xmlscript)) $(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)) $(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment