]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
* Rename HunspellSpellChecker to HunspellChecker and ASpell to AspellChecker for...
[lyx.git] / development / scons / scons_manifest.py
index ada004755b91f786476e92b38e2fc3d606f919c3..b4ac819582c0621e095da69d5ba199ff56378cb2 100644 (file)
@@ -28,7 +28,7 @@ TOP_extra_files = Split('''
 
 
 src_header_files = Split('''
-    ASpell_local.h
+    AspellChecker.h
     Author.h
     BiblioInfo.h
     Bidi.h
@@ -75,7 +75,7 @@ src_header_files = Split('''
     FuncStatus.h
     Graph.h
     HSpace.h
-    HunspellSpellChecker.h
+    HunspellChecker.h
     IndicesList.h
     InsetIterator.h
     InsetList.h
@@ -249,8 +249,8 @@ src_post_files = Split('''
 
 
 src_extra_src_files = Split('''
-    ASpell.cpp
-    HunspellSpellChecker.cpp
+    AspellChecker.cpp
+    HunspellChecker.cpp
     main.cpp
     Section.cpp
     Variables.cpp
@@ -926,6 +926,7 @@ src_frontends_qt4_ui_files = Split('''
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
+    ListingsSettingsUi.ui
     LogUi.ui
     MarginsUi.ui
     MathMatrixUi.ui