]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
scons_manifest.py: reordering.
[lyx.git] / development / scons / SConstruct
index dec73461e92eeb3b1fb3d398444e1e4c154dcf9f..de73df293606a02318ee0c83dfb0fe03e0944fe9 100644 (file)
@@ -1552,10 +1552,13 @@ Alias('tex2lyx', tex2lyx)
 #
 if env.has_key('USE_ASPELL') and env['USE_ASPELL']:
     src_post_files.append('AspellChecker.cpp')
+    src_post_files.append('PersonalWordList.cpp')
 elif env.has_key('USE_ENCHANT') and env['USE_ENCHANT']:
     src_post_files.append('EnchantChecker.cpp')
+    src_post_files.append('PersonalWordList.cpp')
 elif env.has_key('USE_HUNSPELL') and env['USE_HUNSPELL']:
     src_post_files.append('HunspellChecker.cpp')
+    src_post_files.append('PersonalWordList.cpp')
 
 # tells scons how to get these moced files, although not all moced files are needed
 # (or are actually generated).