]> git.lyx.org Git - features.git/commitdiff
scons_manifest.py: update
authorUwe Stöhr <uwestoehr@web.de>
Sun, 7 Oct 2007 20:41:52 +0000 (20:41 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 7 Oct 2007 20:41:52 +0000 (20:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20828 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index 6753debe4ea5f5f27590ce8c6b1530d23ea5e832..40a2aa7787b85ec9d425df2e8580ba311f91ad37 100644 (file)
@@ -714,10 +714,6 @@ src_frontends_extra_files = Split('''
 
 src_frontends_controllers_header_files = Split('''
     ButtonPolicy.h
-    ControlCommand.h
-    ControlCommandBuffer.h
-    ControlMath.h
-    ControlParagraph.h
     Dialog.h
     frontend_helpers.h
 ''')
@@ -725,10 +721,6 @@ src_frontends_controllers_header_files = Split('''
 
 src_frontends_controllers_files = Split('''
     ButtonPolicy.cpp
-    ControlCommand.cpp
-    ControlCommandBuffer.cpp
-    ControlMath.cpp
-    ControlParagraph.cpp
     Dialog.cpp
     frontend_helpers.cpp
 ''')
@@ -796,6 +788,7 @@ src_frontends_qt4_header_files = Split('''
     GuiKeySymbol.h
     GuiListings.h
     GuiLog.h
+    GuiMath.h
     GuiMathMatrix.h
     GuiMenubar.h
     GuiNomencl.h
@@ -881,6 +874,7 @@ src_frontends_qt4_files = Split('''
     GuiKeySymbol.cpp
     GuiListings.cpp
     GuiLog.cpp
+    GuiMath.cpp
     GuiMathMatrix.cpp
     GuiMenubar.cpp
     GuiNomencl.cpp