scons_manifest.py: fix SCons after r26304, Enrico, please also take care of SCons when changing files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26309 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-09-05 21:49:34 +00:00
parent 009bd5b8ff
commit 5bfe9d61b5

View File

@ -441,6 +441,7 @@ src_mathed_header_files = Split('''
InsetMathDelim.h InsetMathDelim.h
InsetMathDiff.h InsetMathDiff.h
InsetMathDots.h InsetMathDots.h
InsetMathEnsureMath.h
InsetMathEnv.h InsetMathEnv.h
InsetMathExFunc.h InsetMathExFunc.h
InsetMathExInt.h InsetMathExInt.h
@ -510,6 +511,7 @@ src_mathed_files = Split('''
InsetMathDelim.cpp InsetMathDelim.cpp
InsetMathDiff.cpp InsetMathDiff.cpp
InsetMathDots.cpp InsetMathDots.cpp
InsetMathEnsureMath.cpp
InsetMathEnv.cpp InsetMathEnv.cpp
InsetMathExFunc.cpp InsetMathExFunc.cpp
InsetMathExInt.cpp InsetMathExInt.cpp