]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
more cursor dispatch
[lyx.git] / src / Makefile.am
index aba9d4ea5359330c4f980b99f900951e9d3acef2..1cc8e44aaeb6bc7d4b15c11d9193121d0fa1369f 100644 (file)
@@ -57,6 +57,8 @@ INCLUDES = $(BOOST_INCLUDES)
 BUILT_SOURCES = version.C
 
 lyx_SOURCES = \
+       Bidi.C \
+       Bidi.h \
        BufferView.C \
        BufferView.h \
        BufferView_pimpl.C \
@@ -85,13 +87,10 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
-       latexrunparams.h \
        LyXAction.C \
        LyXAction.h \
        MenuBackend.C \
        MenuBackend.h \
-       paragraph_funcs.C \
-       paragraph_funcs.h \
        ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
@@ -102,8 +101,6 @@ lyx_SOURCES = \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
-       TextCache.C \
-       TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
        ToolbarBackend.C \
@@ -139,10 +136,13 @@ lyx_SOURCES = \
        counters.h \
        cursor.C \
        cursor.h \
+       cursor_slice.C \
+       cursor_slice.h \
        debug.C \
        debug.h \
        dimension.C \
        dimension.h \
+       dispatchresult.h \
        encoding.C \
        encoding.h \
        errorlist.C \
@@ -182,8 +182,6 @@ lyx_SOURCES = \
        lyx_main.h \
        lyx_sty.C \
        lyx_sty.h \
-       lyxcursor.C \
-       lyxcursor.h \
        lyxfont.C \
        lyxfont.h \
        lyxfind.C \
@@ -209,6 +207,8 @@ lyx_SOURCES = \
        lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
+       lyxsocket.C \
+       lyxsocket.h \
        lyxtext.h \
        lyxtextclass.C \
        lyxtextclass.h \
@@ -220,11 +220,26 @@ lyx_SOURCES = \
        messages.h \
        metricsinfo.C \
        metricsinfo.h \
+       output.C \
+       output.h \
+       outputparams.h \
+       output_docbook.C \
+       output_docbook.h \
+       output_latex.C \
+       output_latex.h \
+       output_linuxdoc.C \
+       output_linuxdoc.h \
+       output_plaintext.C \
+       output_plaintext.h \
        paper.h \
        paragraph.C \
        paragraph.h \
+       paragraph_funcs.C \
+       paragraph_funcs.h \
        paragraph_pimpl.C \
        paragraph_pimpl.h \
+       PosIterator.h \
+       PosIterator.C \
        SpellBase.h \
        ispell.C \
        ispell.h \
@@ -245,10 +260,6 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
-       textcursor.C \
-       textcursor.h \
-       text_funcs.C \
-       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -258,8 +269,6 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
-       undo_funcs.C \
-       undo_funcs.h \
        vc-backend.C \
        vc-backend.h \
        version.C \