diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-11-29 20:59:44 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-13 17:00:24 +0100 |
commit | f9fc46c1ef035516287d09ddca86e1668a79c701 (patch) | |
tree | 65013fae543a24c1c04b5ad4457eeff142a2ace0 /postprocess | |
parent | bd030305b844f451910d671c894d5e8fa8d532b7 (diff) |
convert lingucomponent to gbuild
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index cf5f1bfd5768..850d2c2c2dd3 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -76,6 +76,10 @@ my_components = \ component/hwpfilter/source/hwp \ component/i18npool/source/search/i18nsearch \ component/i18npool/util/i18npool \ + component/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen \ + component/lingucomponent/source/languageguessing/guesslang \ + component/lingucomponent/source/spellcheck/spell/spell \ + component/lingucomponent/source/thesaurus/libnth/lnth \ component/linguistic/source/lng \ component/lotuswordpro/util/lwpfilter \ component/oox/util/oox \ @@ -144,14 +148,10 @@ my_components = \ dbtools \ embobj \ flat \ - guesslang \ - hyphen \ - lnth \ localebe1 \ mysql \ odbc \ sdbc2 \ - spell \ srtrs1 \ ucb1 \ ucpexpand1 \ @@ -285,7 +285,6 @@ my_components += component/xmlsecurity/util/xsec_xmlsec .IF "$(OS)" == "MACOSX" my_components += \ - MacOSXSpell \ fps_aqua \ macab1 \ macbe1 \ @@ -293,7 +292,9 @@ my_components += \ .END .IF "$(GUIBASE)" == "aqua" -my_components += component/avmedia/source/quicktime/avmediaQuickTime +my_components += \ + component/avmedia/source/quicktime/avmediaQuickTime \ + component/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell .END .IF "$(OS)" == "WNT" |