From: Bo Peng Date: Thu, 20 Mar 2008 14:53:07 +0000 (+0000) Subject: fix scons for r23849 X-Git-Tag: 1.6.10~5533 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eb1cc5ac226a90a391cb2bd2c8eb08fa0d0c6d0b;p=features.git fix scons for r23849 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23851 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index fb07075997..4151aa2d4c 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -613,7 +613,6 @@ src_tex2lyx_files = Split(''' Parser.cpp boost.cpp gettext.cpp - lengthcommon.cpp math.cpp preamble.cpp table.cpp @@ -636,6 +635,7 @@ src_tex2lyx_copied_files = Split(''' Lexer.cpp TextClass.cpp insets/InsetLayout.cpp + lengthcommon.cpp ''')