]> git.lyx.org Git - lyx.git/commitdiff
fix scons for InsetFlex.*
authorBo Peng <bpeng@lyx.org>
Wed, 5 Sep 2007 17:00:43 +0000 (17:00 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 5 Sep 2007 17:00:43 +0000 (17:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20074 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index 1dd4b41d2cdd03efca1c5f73d635711b7d57c45f..5d25a1d58f7df8a6a1944e5197914d9302ead9fb 100644 (file)
@@ -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