From 06baeac0646a2d63145ff3b18a3180ca69c6b288 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 26 Apr 2007 16:34:06 +0000 Subject: [PATCH] fix scons again. (I begin to believe that Andre cripples scons intentionally. :-) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18045 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 9bba3e8839..37fcc4a48e 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -229,7 +229,7 @@ src_mathed_header_files = Split(''' InsetMathXYMatrix.h MathAtom.h MathAutoCorrect.h - MathArray.h + MathData.h MathExtern.h MathFactory.h MathGridInfo.h @@ -306,7 +306,7 @@ src_mathed_files = Split(''' InsetMathXYMatrix.cpp MathAtom.cpp MathAutoCorrect.cpp - MathArray.cpp + MathData.cpp MathExtern.cpp MathFactory.cpp MathMacroArgument.cpp