]> git.lyx.org Git - features.git/commitdiff
fix LyXLex -> Lexer
authorAbdelrazak Younes <younes@lyx.org>
Thu, 26 Apr 2007 12:09:47 +0000 (12:09 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 26 Apr 2007 12:09:47 +0000 (12:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18035 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/tex2lyx/CMakeLists.txt

index 417bbb4902bed150835d290431cc4ef6226a63cd..699b1cb0ae837bdd29f5517906524efc13408fe3 100644 (file)
@@ -14,7 +14,7 @@ set(LINKED_FILES
        ${TOP_SRC_DIR}/src/Counters.cpp
        ${TOP_SRC_DIR}/src/LyXLayout.cpp
        ${TOP_SRC_DIR}/src/LyXTextClass.cpp
-       ${TOP_SRC_DIR}/src/LyXLex.cpp
+       ${TOP_SRC_DIR}/src/Lexer.cpp
 )
 
 set(tex2lyx_sources