summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 00:50:15 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:25 +0200
commit96907bfb02c00d3d3d4085fc4b10d8e0eb0b9f11 (patch)
treec238718005be2105ea799a9c5b258515f74193ce /extensions
parent11c72e49522b1af5fe4e2f1871545f8d3ff017d1 (diff)
np_sdk: remove both Package_inc and Package_npapi
This is a bit of a mess, apparently there are some headers here that may come from the system and others that are always internal? Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Library_npsoplugin.mk4
-rw-r--r--extensions/Library_pl.mk2
-rw-r--r--extensions/StaticLibrary_plugcon.mk4
3 files changed, 0 insertions, 10 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk
index b74d6baaa9fd..90d4880f2f6b 100644
--- a/extensions/Library_npsoplugin.mk
+++ b/extensions/Library_npsoplugin.mk
@@ -11,10 +11,6 @@
$(eval $(call gb_Library_Library,npsoplugin))
-$(eval $(call gb_Library_use_packages,npsoplugin,\
- np_sdk_inc \
-))
-
$(eval $(call gb_Library_use_externals,npsoplugin,\
boost_headers \
npapi_headers \
diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk
index bae1bbfddcaf..3970fdf80719 100644
--- a/extensions/Library_pl.mk
+++ b/extensions/Library_pl.mk
@@ -13,8 +13,6 @@ $(eval $(call gb_Library_Library,pl))
$(eval $(call gb_Library_set_componentfile,pl,extensions/source/plugin/pl))
-$(eval $(call gb_Library_use_package,pl,np_sdk_inc))
-
$(eval $(call gb_Library_use_externals,pl,\
boost_headers \
npapi_headers \
diff --git a/extensions/StaticLibrary_plugcon.mk b/extensions/StaticLibrary_plugcon.mk
index deb62a834a36..13d2c057ff30 100644
--- a/extensions/StaticLibrary_plugcon.mk
+++ b/extensions/StaticLibrary_plugcon.mk
@@ -14,10 +14,6 @@ endif
$(eval $(call gb_StaticLibrary_StaticLibrary,plugcon))
-$(eval $(call gb_StaticLibrary_use_packages,plugcon,\
- np_sdk_inc \
-))
-
$(eval $(call gb_StaticLibrary_use_externals,plugcon,\
boost_headers \
npapi_headers \