From: Bo Peng Date: Wed, 5 Sep 2007 17:00:43 +0000 (+0000) Subject: fix scons for InsetFlex.* X-Git-Tag: 1.6.10~8488 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3f0c6bc5831df516571aaefd1e8f7a817d7c9004;p=lyx.git fix scons for InsetFlex.* git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20074 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 1dd4b41d2c..5d25a1d58f 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1108,7 +1108,6 @@ src_insets_header_files = Split(''' InsetBox.h InsetBranch.h InsetCaption.h - InsetCharStyle.h InsetCitation.h InsetCollapsable.h InsetCommand.h @@ -1116,6 +1115,7 @@ src_insets_header_files = Split(''' InsetERT.h InsetEnvironment.h InsetExternal.h + InsetFlex.h InsetFloat.h InsetFloatList.h InsetFoot.h @@ -1163,7 +1163,6 @@ src_insets_files = Split(''' InsetBox.cpp InsetBranch.cpp InsetCaption.cpp - InsetCharStyle.cpp InsetCitation.cpp InsetCollapsable.cpp InsetCommand.cpp @@ -1171,6 +1170,7 @@ src_insets_files = Split(''' InsetERT.cpp InsetEnvironment.cpp InsetExternal.cpp + InsetFlex.cpp InsetFloat.cpp InsetFloatList.cpp InsetFoot.cpp