summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 16:59:27 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 17:07:44 +0200
commita7b7f03a219c63632093a58ca998ae0382f2e77a (patch)
tree6502c8fdea0f3a4a6fdff1e866e4326e594a7b77 /setup_native
parentee6713269255bddc5b97892a5875ef4e015b6ee2 (diff)
setup_native: remove Package_spell
Change-Id: I082956036843b6a88e3e1db3d799985599ae2980
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/Library_sellangmsi.mk4
-rw-r--r--setup_native/Module_setup_native.mk1
-rw-r--r--setup_native/Package_spell.mk14
3 files changed, 2 insertions, 17 deletions
diff --git a/setup_native/Library_sellangmsi.mk b/setup_native/Library_sellangmsi.mk
index 2979f1e6d31d..2df29fc8bcfe 100644
--- a/setup_native/Library_sellangmsi.mk
+++ b/setup_native/Library_sellangmsi.mk
@@ -9,8 +9,8 @@
$(eval $(call gb_Library_Library,sellangmsi))
-$(eval $(call gb_Library_use_packages,sellangmsi,\
- setup_native_spell \
+$(eval $(call gb_Library_use_custom_headers,sellangmsi,\
+ setup_native/spell \
))
$(eval $(call gb_Library_add_defs,sellangmsi,\
diff --git a/setup_native/Module_setup_native.mk b/setup_native/Module_setup_native.mk
index 1f6ad5c4cdf5..b74ac08335ac 100644
--- a/setup_native/Module_setup_native.mk
+++ b/setup_native/Module_setup_native.mk
@@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
$(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \
CustomTarget_spell \
Package_packinfo \
- Package_spell \
Package_misc \
))
diff --git a/setup_native/Package_spell.mk b/setup_native/Package_spell.mk
deleted file mode 100644
index ab612296e941..000000000000
--- a/setup_native/Package_spell.mk
+++ /dev/null
@@ -1,14 +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_Package_Package,setup_native_spell,$(call gb_CustomTarget_get_workdir,setup_native/spell)))
-
-$(eval $(call gb_Package_add_file,setup_native_spell,inc/spellchecker_selection.hxx,spellchecker_selection.hxx))
-
-# vim: set noet sw=4 ts=4: