summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-03-12 11:33:26 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-12 11:33:26 (GMT)
commitdb65b06adb47b2cc5c6fe0ab3eb00ec2873fb010 (patch)
tree43c6055e50cc0ee1739e81066be8e083974d7b78
parentc7a403abc7887fb692f7325e88638352dcbd852d (diff)
downloadswift-contrib-ks/spell_checker.zip
swift-contrib-ks/spell_checker.tar.bz2
Factory is required even when no checkers are availableks/spell_checker
-rw-r--r--SwifTools/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript
index d7cff9e..81b30ca 100644
--- a/SwifTools/SConscript
+++ b/SwifTools/SConscript
@@ -31,13 +31,13 @@ if env["SCONS_STAGE"] == "build" :
"Linkify.cpp",
"TabComplete.cpp",
"LastLineTracker.cpp",
+ "SpellCheckerFactory.cpp",
]
if swiftools_env["HAVE_HUNSPELL"] :
swiftools_env.MergeFlags(swiftools_env["HUNSPELL_FLAGS"])
swiftools_env.Append(CPPDEFINES = ["HAVE_HUNSPELL"])
sources += [
- "SpellCheckerFactory.cpp",
"HunspellChecker.cpp",
"SpellParser.cpp",
]