diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-15 18:09:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-15 18:15:43 +0100 |
commit | 13ef9dcc206d30ebd4d63afb186d379dc849b36c (patch) | |
tree | 32c3e34527643afff3fe3c7b7ba314146c3cdeb2 /extensions | |
parent | fc45189c7af475635cd7a6a51d5c7409e10deb27 (diff) |
Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)
...to avoid confusion what that is actually about. (Especially, it is
completely unrelated to --enable-mozilla.)
ATTENTION: This renames the configure option --with-system-mozilla-headers to
--with-system-npapi-headers.
Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Executable_pluginapp.bin.mk | 2 | ||||
-rw-r--r-- | extensions/Library_npsoplugin.mk | 2 | ||||
-rw-r--r-- | extensions/Library_pl.mk | 2 | ||||
-rw-r--r-- | extensions/StaticLibrary_plugcon.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Executable_pluginapp.bin.mk b/extensions/Executable_pluginapp.bin.mk index ae25c2e98996..43e8ea37ebde 100644 --- a/extensions/Executable_pluginapp.bin.mk +++ b/extensions/Executable_pluginapp.bin.mk @@ -32,7 +32,7 @@ $(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,mozilla_headers)) +$(eval $(call gb_Executable_use_external,pluginapp.bin,npapi_headers)) $(eval $(call gb_Executable_set_include,pluginapp.bin,\ $$(INCLUDE) \ diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk index 253e2469a3d2..31908f607664 100644 --- a/extensions/Library_npsoplugin.mk +++ b/extensions/Library_npsoplugin.mk @@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_packages,npsoplugin,\ np_sdk_inc \ )) -$(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers)) +$(eval $(call gb_Library_use_external,npsoplugin,npapi_headers)) $(eval $(call gb_Library_use_static_libraries,npsoplugin,\ npsoenv \ diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk index 8cbbd1baf207..e849cfd38558 100644 --- a/extensions/Library_pl.mk +++ b/extensions/Library_pl.mk @@ -34,7 +34,7 @@ $(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_external,pl,mozilla_headers)) +$(eval $(call gb_Library_use_external,pl,npapi_headers)) $(eval $(call gb_Library_set_include,pl,\ $$(INCLUDE) \ diff --git a/extensions/StaticLibrary_plugcon.mk b/extensions/StaticLibrary_plugcon.mk index 0ef41afc3c55..663184d35b2a 100644 --- a/extensions/StaticLibrary_plugcon.mk +++ b/extensions/StaticLibrary_plugcon.mk @@ -33,7 +33,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,plugcon)) $(eval $(call gb_StaticLibrary_use_package,plugcon,np_sdk_inc)) -$(eval $(call gb_StaticLibrary_use_external,plugcon,mozilla_headers)) +$(eval $(call gb_StaticLibrary_use_external,plugcon,npapi_headers)) $(eval $(call gb_StaticLibrary_set_include,plugcon,\ $$(INCLUDE) \ |