]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Fix "stray '}' in text" warnings: When parsing with FLAG_ITEM the braces need
[lyx.git] / src / tex2lyx / Makefile.am
index ac38c8025b095e38ce41c0dfd10bf5f70bec3ac6..04aa8ec3b6e9d9a6cd1e72cd47c16735e653bf29 100644 (file)
@@ -29,6 +29,7 @@ TEST_FILES = \
        test/test-structure.tex
 
 LINKED_FILES = \
+       ../Author.cpp \
        ../Color.cpp \
        ../Counters.cpp \
        ../Encoding.cpp \
@@ -36,6 +37,7 @@ LINKED_FILES = \
        ../Floating.cpp \
        ../FontInfo.cpp \
        ../insets/InsetLayout.cpp \
+       ../LaTeXPackages.cpp \
        ../Layout.cpp \
        ../LayoutFile.cpp \
        ../LayoutModuleList.cpp \
@@ -44,7 +46,8 @@ LINKED_FILES = \
        ../ModuleList.cpp \
        ../Spacing.cpp \
        ../TextClass.cpp \
-       ../TextClass.h
+       ../TextClass.h \
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -56,7 +59,8 @@ tex2lyx_SOURCES = \
        math.cpp \
        Parser.cpp \
        Parser.h \
-       preamble.cpp \
+       Preamble.cpp \
+       Preamble.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \