summaryrefslogtreecommitdiff
path: root/extensions/Module_extensions.mk
diff options
context:
space:
mode:
authorBryan Quigley <gquigs@gmail.com>2014-08-04 17:31:23 -0400
committerStephan Bergmann <sbergman@redhat.com>2014-09-09 15:20:35 +0200
commit496bc3cd6c037360632c33471c4622a095cdcadd (patch)
tree694253c3f03821765ec9fa3636e4255b3c4ea210 /extensions/Module_extensions.mk
parent1d62f6a24f6160c33ad5c96f39b2ab3c918f0625 (diff)
fdo#45071 Remove Libreoffice browser plugin
This removes ENABLE_NPAPI_INTO_BROWSER while it should keep ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: extensions/source/nsplugin/source/npshell.cxx Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04
Diffstat (limited to 'extensions/Module_extensions.mk')
-rw-r--r--extensions/Module_extensions.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/extensions/Module_extensions.mk b/extensions/Module_extensions.mk
index de1fa1bc9610..fa527f5f1364 100644
--- a/extensions/Module_extensions.mk
+++ b/extensions/Module_extensions.mk
@@ -111,22 +111,6 @@ endif
endif # ENABLE_NPAPI_FROM_BROWSER=TRUE
-ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE)
-
-$(eval $(call gb_Module_add_targets,extensions,\
- Executable_nsplugin \
- Library_npsoplugin \
- StaticLibrary_npsoenv \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_Module_add_targets,extensions,\
- WinResTarget_npsoplugin \
-))
-endif
-
-endif # ENABLE_NPAPI_INTO_BROWSER=TRUE
-
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,extensions,\
Library_OOoSpotlightImporter \