]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
fix scons for Andre's recent renames
[lyx.git] / development / scons / SConstruct
index 30a394d9e78eac1739553b7b04493c9f93920558..f4b81eb6142f3b2d57ddd4a63908d8e2412e3361 100644 (file)
@@ -1794,7 +1794,7 @@ if build_tex2lyx:
 
     #
     for file in ['FloatList.cpp', 'Floating.cpp', 'Counters.cpp', 'LyXLayout.h', 'LyXLayout.cpp', 
-        'LyXTextClass.h', 'LyXTextClass.cpp', 'LyXLex.cpp', 'lyxlex_pimpl.C']:
+        'LyXTextClass.h', 'LyXTextClass.cpp', 'Lexer.cpp', 'Lexer.h']:
         frontend_env.Command('$BUILDDIR/common/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file,
             [Copy('$TARGET', '$SOURCE')])