diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-26 18:16:51 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-02 22:07:17 +0200 |
commit | 386a382e6263e573a483482a70184d61bdf6b02c (patch) | |
tree | f1cf928d18a88f212d556ddefdc2f4a2880c6e37 /postprocess | |
parent | 04496cb8697d7b68d4705148efaa7cf7d908a852 (diff) |
lingucomponent: kill Package_config.mk
Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index cdb129b69e66..19622d1352bc 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -117,9 +117,9 @@ postprocess_FILES_korea := \ postprocess_DEPS_lingucomponent := main postprocess_FILES_lingucomponent := \ - $(postprocess_XCU)/Office/Linguistic-lingucomponent-hyphenator.xcu \ - $(postprocess_XCU)/Office/Linguistic-lingucomponent-spellchecker.xcu \ - $(postprocess_XCU)/Office/Linguistic-lingucomponent-thesaurus.xcu \ + $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \ + $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu \ + $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu \ postprocess_FILES_main := \ $(postprocess_XCS)/FirstStartWizard.xcs \ |