]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Patch from "hzluo" <memcache@gmail.com>:
[lyx.git] / src / tex2lyx / Makefile.am
index c887d39075c3d7f15cde6659f557383ed4db2a2b..f5964e39a2e5712288db06fc54c880ce7ae2ac7e 100644 (file)
@@ -26,11 +26,11 @@ LINKED_FILES = \
        FloatList.cpp \
        Floating.cpp \
        Counters.cpp \
-       LyXLayout.h \
-       LyXLayout.cpp \
-       LyXTextClass.cpp \
-       LyXTextClass.h \
-       LyXLex.cpp 
+       Layout.h \
+       Layout.cpp \
+       TextClass.cpp \
+       TextClass.h \
+       Lexer.cpp 
 
 BUILT_SOURCES = $(PCH_FILE) $(LINKED_FILES)
 
@@ -40,10 +40,10 @@ tex2lyx_SOURCES = \
        boost.cpp \
        Context.cpp \
        Context.h \
+       Font.cpp \
+       Font.h \
        gettext.cpp \
        lengthcommon.cpp \
-       LyXFont.cpp \
-       LyXFont.h \
        Parser.cpp \
        Parser.h \
        tex2lyx.cpp \