]> git.lyx.org Git - features.git/commitdiff
fix scons.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 2 Oct 2007 09:03:03 +0000 (09:03 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 2 Oct 2007 09:03:03 +0000 (09:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20655 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index a1995eb0466019dac249b257814c3583a8497bfd..ae5c787b9d9b933a1bd152ff0cb47719815f0b7a 100644 (file)
@@ -689,8 +689,8 @@ src_frontends_header_files = Split('''
     NoGuiFontMetrics.h
     Painter.h
     Selection.h
-    Toolbars.h
     WorkArea.h
+    WorkAreaManager.h
     alert.h
     key_state.h
     mouse_state.h
@@ -702,8 +702,8 @@ src_frontends_files = Split('''
     Dialogs.cpp
     LyXView.cpp
     Painter.cpp
-    Toolbars.cpp
     WorkArea.cpp
+    WorkAreaManager.cpp
     alert.cpp
 ''')
 
@@ -885,6 +885,7 @@ src_frontends_qt4_header_files = Split('''
     GuiThesaurus.h
     GuiToc.h
     GuiToolbar.h
+    GuiToolbars.h
     GuiURL.h
     GuiView.h
     GuiViewSource.h
@@ -968,6 +969,7 @@ src_frontends_qt4_files = Split('''
     GuiThesaurus.cpp
     GuiToc.cpp
     GuiToolbar.cpp
+    GuiToolbars.cpp
     GuiURL.cpp
     GuiView.cpp
     GuiViewSource.cpp