diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-03-12 11:33:26 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-12 11:33:26 (GMT) |
commit | db65b06adb47b2cc5c6fe0ab3eb00ec2873fb010 (patch) | |
tree | 43c6055e50cc0ee1739e81066be8e083974d7b78 /SwifTools/SConscript | |
parent | c7a403abc7887fb692f7325e88638352dcbd852d (diff) | |
download | swift-contrib-db65b06adb47b2cc5c6fe0ab3eb00ec2873fb010.zip swift-contrib-db65b06adb47b2cc5c6fe0ab3eb00ec2873fb010.tar.bz2 |
Factory is required even when no checkers are availableks/spell_checker
Diffstat (limited to 'SwifTools/SConscript')
-rw-r--r-- | SwifTools/SConscript | 2 |
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", ] |