summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-11-25 16:56:54 +0100
committerDavid Tardon <dtardon@redhat.com>2012-11-30 16:14:16 +0100
commit334a58130bdd4afa0bbc2e65d78f8f5709b0b618 (patch)
tree1a187a438fc45d4a0f937a96c1629ae6899df441 /extensions
parent6bf05adf3f46ca74ccda0d3c82399ab63343c35d (diff)
add missing deps for tools/link.hxx
Change-Id: I5e83cd97978ea61c749f1d9be17ec0e9e0809127
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Executable_pluginapp.bin.mk2
-rw-r--r--extensions/StaticLibrary_plugcon.mk11
2 files changed, 10 insertions, 3 deletions
diff --git a/extensions/Executable_pluginapp.bin.mk b/extensions/Executable_pluginapp.bin.mk
index 43e8ea37ebde..8bfea65f84f5 100644
--- a/extensions/Executable_pluginapp.bin.mk
+++ b/extensions/Executable_pluginapp.bin.mk
@@ -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,\
diff --git a/extensions/StaticLibrary_plugcon.mk b/extensions/StaticLibrary_plugcon.mk
index 663184d35b2a..ba94b0bbe70d 100644
--- a/extensions/StaticLibrary_plugcon.mk
+++ b/extensions/StaticLibrary_plugcon.mk
@@ -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))