summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-09-26 18:16:51 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-02 22:07:17 +0200
commit386a382e6263e573a483482a70184d61bdf6b02c (patch)
treef1cf928d18a88f212d556ddefdc2f4a2880c6e37 /lingucomponent
parent04496cb8697d7b68d4705148efaa7cf7d908a852 (diff)
lingucomponent: kill Package_config.mk
Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Module_lingucomponent.mk1
-rw-r--r--lingucomponent/Package_config.mk17
2 files changed, 0 insertions, 18 deletions
diff --git a/lingucomponent/Module_lingucomponent.mk b/lingucomponent/Module_lingucomponent.mk
index bddc46db867e..ed9a32548bfb 100644
--- a/lingucomponent/Module_lingucomponent.mk
+++ b/lingucomponent/Module_lingucomponent.mk
@@ -16,7 +16,6 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
Library_lnth \
$(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \
Library_spell \
- Package_config \
StaticLibrary_ulingu \
))
diff --git a/lingucomponent/Package_config.mk b/lingucomponent/Package_config.mk
deleted file mode 100644
index 7cd657e880b2..000000000000
--- a/lingucomponent/Package_config.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Mode: makefile; 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,lingucomponent_config,$(SRCDIR)/lingucomponent/config))
-
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-hyphenator.xcu,Linguistic-lingucomponent-hyphenator.xcu))
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-spellchecker.xcu,Linguistic-lingucomponent-spellchecker.xcu))
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-thesaurus.xcu,Linguistic-lingucomponent-thesaurus.xcu))
-
-# vim: set noet sw=4 ts=4: