]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
move some selection related stuff over to textcursor.C
[lyx.git] / src / Makefile.am
index a62dbc50ec27bd594ecdcdb50ca0f7f4c7af82da..4b30a5c6e9a6ac80c06dc4ba521cdb4612f8296f 100644 (file)
@@ -71,6 +71,7 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
+       latexrunparams.h \
        Lsstream.h \
        LyXAction.C \
        LyXAction.h \
@@ -78,7 +79,6 @@ lyx_SOURCES = \
        MenuBackend.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
-       ParagraphList.C \
        ParagraphList.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
@@ -105,6 +105,8 @@ lyx_SOURCES = \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
@@ -127,6 +129,8 @@ lyx_SOURCES = \
        dimension.h \
        encoding.C \
        encoding.h \
+       errorlist.C \
+       errorlist.h \
        exporter.C \
        exporter.h \
        gettext.C \
@@ -227,6 +231,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       textcursor.C \
+       textcursor.h \
        text_funcs.C \
        text_funcs.h \
        toc.C \