fix scons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20602 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-09-30 04:12:14 +00:00
parent 33d7e14484
commit d06504aa12

View File

@ -79,6 +79,7 @@ src_header_files = Split('''
LaTeXFeatures.h LaTeXFeatures.h
Language.h Language.h
Layout.h Layout.h
LayoutEnums.h
Length.h Length.h
Lexer.h Lexer.h
LyX.h LyX.h
@ -123,7 +124,6 @@ src_header_files = Split('''
Variables.h Variables.h
WordLangTuple.h WordLangTuple.h
buffer_funcs.h buffer_funcs.h
bufferview_funcs.h
callback.h callback.h
debug.h debug.h
factory.h factory.h
@ -140,7 +140,6 @@ src_header_files = Split('''
paragraph_funcs.h paragraph_funcs.h
rowpainter.h rowpainter.h
sgml.h sgml.h
toc.h
update_flags.h update_flags.h
version.h version.h
''') ''')
@ -240,7 +239,6 @@ src_pre_files = Split('''
paragraph_funcs.cpp paragraph_funcs.cpp
rowpainter.cpp rowpainter.cpp
sgml.cpp sgml.cpp
toc.cpp
version.cpp version.cpp
''') ''')