]> git.lyx.org Git - features.git/commitdiff
SConstruct: fix SCons
authorUwe Stöhr <uwestoehr@web.de>
Sun, 2 Aug 2009 01:21:41 +0000 (01:21 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 2 Aug 2009 01:21:41 +0000 (01:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30823 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index bbe6c7ec6c79eebcdf78f9e44720968d91ef0ea2..ff14e02e175a2a88dd8164ad45c3fd2676bc53be 100644 (file)
@@ -1625,7 +1625,7 @@ Alias('tex2lyx', tex2lyx)
 # src/
 #
 if env.has_key('USE_ASPELL') and env['USE_ASPELL']:
-    src_post_files.append('ASpell.cpp')
+    src_post_files.append('AspellChecker.cpp')
 
 # msvc requires at least one source file with main()
 # so I exclude main.cpp from lyxbase