X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=247d37b6a3686577367a5ddb3ade20ed43b3bd57;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=f7be2c0266522ba85f6fc8bd5b5956c72a45bd7b;hpb=8f261b15297c0b1ee4eeee4620a5794b808c1eab;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index f7be2c0266..247d37b6a3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ @@ -238,6 +241,8 @@ lyx_SOURCES = \ paper.h \ paragraph.C \ paragraph.h \ + ParagraphMetrics.C \ + ParagraphMetrics.h \ paragraph_funcs.C \ paragraph_funcs.h \ paragraph_pimpl.C \ @@ -261,6 +266,8 @@ lyx_SOURCES = \ text.C \ text2.C \ text3.C \ + TextMetrics.C \ + TextMetrics.h \ TocBackend.C \ TocBackend.h \ toc.C \