summaryrefslogtreecommitdiffstats
path: root/extensions/StaticLibrary_npsoenv.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-09 15:19:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-09 15:20:35 +0200
commitd968c28287c8ffbaf6fd6da3a5d872adc8e354b4 (patch)
treed07ea309ae41546f97383efb46e992cdb0322992 /extensions/StaticLibrary_npsoenv.mk
parentfdo#45071 Remove Libreoffice browser plugin (diff)
downloadcore-d968c28287c8ffbaf6fd6da3a5d872adc8e354b4.tar.gz
core-d968c28287c8ffbaf6fd6da3a5d872adc8e354b4.zip
fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-overs
...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
Diffstat (limited to 'extensions/StaticLibrary_npsoenv.mk')
-rw-r--r--extensions/StaticLibrary_npsoenv.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/StaticLibrary_npsoenv.mk b/extensions/StaticLibrary_npsoenv.mk
deleted file mode 100644
index 7019ff0172d9..000000000000
--- a/extensions/StaticLibrary_npsoenv.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_StaticLibrary_StaticLibrary,npsoenv))
-
-$(eval $(call gb_StaticLibrary_add_exception_objects,npsoenv,\
- extensions/source/nsplugin/source/so_env \
-))
-
-# vim:set noet sw=4 ts=4: