]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
fix msvc linker error: for the linker struct and class isn't the same here
[lyx.git] / src / tex2lyx / Makefile.am
index 26d342ce14c656ea7c784afc3021084ee0a88e14..93b1c7cb9a76c89eeb5c58c30430350ddd0ce718 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = tex2lyx.1in $(TEST_FILES) pch.h
+EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h
 
 #noinst_LIBRARIES = libtexparser.a
 #
@@ -36,15 +36,13 @@ LINKED_FILES = \
        ../Floating.cpp \
        ../FontInfo.cpp \
        ../insets/InsetLayout.cpp \
-       ../LayoutFile.h \
-       ../Layout.h \
        ../Layout.cpp \
-       ../LayoutModuleList.h \
+       ../LayoutFile.cpp \
        ../LayoutModuleList.cpp \
        ../lengthcommon.cpp \
        ../Lexer.cpp \
-       ../ModuleList.h \
        ../ModuleList.cpp \
+       ../Spacing.cpp \
        ../TextClass.cpp \
        ../TextClass.h
 
@@ -59,7 +57,6 @@ tex2lyx_SOURCES = \
        Parser.cpp \
        Parser.h \
        preamble.cpp \
-       Spacing.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \