diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 00:50:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:25 +0200 |
commit | 96907bfb02c00d3d3d4085fc4b10d8e0eb0b9f11 (patch) | |
tree | c238718005be2105ea799a9c5b258515f74193ce /extensions/StaticLibrary_plugcon.mk | |
parent | 11c72e49522b1af5fe4e2f1871545f8d3ff017d1 (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/StaticLibrary_plugcon.mk')
-rw-r--r-- | extensions/StaticLibrary_plugcon.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ |