]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Fix loop when opening TOC widget in an empty document, basically by Richard Heck.
[lyx.git] / src / Makefile.am
index f7be2c0266522ba85f6fc8bd5b5956c72a45bd7b..5de36b2967fe3a497727567e9fa956ae1ca3d766 100644 (file)
@@ -72,6 +72,8 @@ lyx_SOURCES = \
        Chktex.h \
        Color.C \
        Color.h \
+       ConverterCache.C \
+       ConverterCache.h \
        CutAndPaste.C \
        CutAndPaste.h \
        DepTable.C \
@@ -109,6 +111,7 @@ lyx_SOURCES = \
        Thesaurus.h \
        ToolbarBackend.C \
        ToolbarBackend.h \
+       UpdateFlags.h \
        WordLangTuple.h \
        author.C \
        author.h \
@@ -127,8 +130,6 @@ lyx_SOURCES = \
        bufferview_funcs.h \
        changes.C \
        changes.h \
-       chset.C \
-       chset.h \
        config.h.in \
        converter.C \
        converter.h \
@@ -238,6 +239,8 @@ lyx_SOURCES = \
        paper.h \
        paragraph.C \
        paragraph.h \
+       ParagraphMetrics.C \
+       ParagraphMetrics.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
        paragraph_pimpl.C \
@@ -261,6 +264,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       TextMetrics.C \
+       TextMetrics.h \
        TocBackend.C \
        TocBackend.h \
        toc.C \