Kaydet (Commit) a7b7f03a authored tarafından Michael Stahl's avatar Michael Stahl

setup_native: remove Package_spell

Change-Id: I082956036843b6a88e3e1db3d799985599ae2980
üst ee671326
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
$(eval $(call gb_Library_Library,sellangmsi)) $(eval $(call gb_Library_Library,sellangmsi))
$(eval $(call gb_Library_use_packages,sellangmsi,\ $(eval $(call gb_Library_use_custom_headers,sellangmsi,\
setup_native_spell \ setup_native/spell \
)) ))
$(eval $(call gb_Library_add_defs,sellangmsi,\ $(eval $(call gb_Library_add_defs,sellangmsi,\
......
...@@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\ ...@@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
$(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \ $(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \
CustomTarget_spell \ CustomTarget_spell \
Package_packinfo \ Package_packinfo \
Package_spell \
Package_misc \ Package_misc \
)) ))
......
# -*- 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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment