From: Abdelrazak Younes Date: Tue, 2 Oct 2007 09:03:03 +0000 (+0000) Subject: fix scons. X-Git-Tag: 1.6.10~8079 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=75e2698523772394cdf81c3bc2d691fa81ac47f9;p=features.git fix scons. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20655 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index a1995eb046..ae5c787b9d 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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