Kaydet (Commit) 334a5813 authored tarafından David Tardon's avatar David Tardon

add missing deps for tools/link.hxx

Change-Id: I5e83cd97978ea61c749f1d9be17ec0e9e0809127
üst 6bf05adf
......@@ -30,8 +30,6 @@
$(eval $(call gb_Executable_Executable,pluginapp.bin))
$(eval $(call gb_Executable_use_package,pluginapp.bin,np_sdk_inc))
$(eval $(call gb_Executable_use_external,pluginapp.bin,npapi_headers))
$(eval $(call gb_Executable_set_include,pluginapp.bin,\
......
......@@ -31,7 +31,16 @@ endif
$(eval $(call gb_StaticLibrary_StaticLibrary,plugcon))
$(eval $(call gb_StaticLibrary_use_package,plugcon,np_sdk_inc))
$(eval $(call gb_StaticLibrary_use_packages,plugcon,\
basegfx_inc \
comphelper_inc \
cppu_inc \
i18npool_inc \
np_sdk_inc \
tools_inc \
unotools_inc \
vcl_inc \
))
$(eval $(call gb_StaticLibrary_use_external,plugcon,npapi_headers))
......
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