From 3f0c6bc5831df516571aaefd1e8f7a817d7c9004 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 5 Sep 2007 17:00:43 +0000 Subject: [PATCH] fix scons for InsetFlex.* git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20074 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5