summaryrefslogtreecommitdiffstats
path: root/lingucomponent/Library_MacOSXSpell.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-13 21:53:21 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-14 10:58:39 +0100
commitcd105c5ad2dc7176837a570e6507bd2ca0cd357f (patch)
tree2e638bcf1e37bca73b50f0e2dd02347da4d3f7cb /lingucomponent/Library_MacOSXSpell.mk
parentCreate workdir sub-dirs before writing to them. (diff)
downloadcore-cd105c5ad2dc7176837a570e6507bd2ca0cd357f.tar.gz
core-cd105c5ad2dc7176837a570e6507bd2ca0cd357f.zip
we have gb_Library_add_objcxxobjects for this
Diffstat (limited to 'lingucomponent/Library_MacOSXSpell.mk')
-rw-r--r--lingucomponent/Library_MacOSXSpell.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk
index ee35fda4b097..57c064089ae5 100644
--- a/lingucomponent/Library_MacOSXSpell.mk
+++ b/lingucomponent/Library_MacOSXSpell.mk
@@ -56,13 +56,9 @@ $(eval $(call gb_Library_use_externals,MacOSXSpell,\
hunspell \
))
-$(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\
+$(eval $(call gb_Library_add_objcxxobjects,MacOSXSpell,\
lingucomponent/source/spellcheck/macosxspell/macreg \
lingucomponent/source/spellcheck/macosxspell/macspellimp \
))
-$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\
- $(gb_LinkTarget_OBJCXXFLAGS) \
-))
-
# vim: set noet sw=4 ts=4: