]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
support for verbatim: step 2: tex2lyx support
[lyx.git] / src / tex2lyx / Makefile.am
index ac38c8025b095e38ce41c0dfd10bf5f70bec3ac6..7406bb2ffe950e9ef45c274f94f78fd058797dd2 100644 (file)
@@ -29,22 +29,28 @@ TEST_FILES = \
        test/test-structure.tex
 
 LINKED_FILES = \
+       ../Author.cpp \
        ../Color.cpp \
        ../Counters.cpp \
        ../Encoding.cpp \
        ../FloatList.cpp \
        ../Floating.cpp \
        ../FontInfo.cpp \
+       ../graphics/GraphicsParams.cpp \
+       ../insets/ExternalTemplate.cpp \
+       ../insets/ExternalTransforms.cpp \
        ../insets/InsetLayout.cpp \
+       ../LaTeXPackages.cpp \
        ../Layout.cpp \
        ../LayoutFile.cpp \
        ../LayoutModuleList.cpp \
+       ../Length.cpp \
        ../lengthcommon.cpp \
        ../Lexer.cpp \
        ../ModuleList.cpp \
        ../Spacing.cpp \
        ../TextClass.cpp \
-       ../TextClass.h
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -56,7 +62,8 @@ tex2lyx_SOURCES = \
        math.cpp \
        Parser.cpp \
        Parser.h \
-       preamble.cpp \
+       Preamble.cpp \
+       Preamble.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \