X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=7b62c586f4908a44fdcaa922ec619eb18904472b;hb=42eb8a373a35da02c45c0d225d37f5d677ddfc2d;hp=36d8cdd478bb0f3bb54425dc248a8467ed7c971d;hpb=926ad3d183b0e2f6eef2345e6cffcd153d73e542;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 36d8cdd478..7b62c586f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -63,8 +63,6 @@ lyx_SOURCES = \ $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \ Box.cpp \ Box.h \ - MenuBackend.cpp \ - MenuBackend.h \ Dimension.cpp \ Dimension.h \ PrinterParams.cpp \ @@ -78,7 +76,6 @@ endif SOURCEFILESCORE = \ Author.cpp \ - BaseClassList.cpp \ BiblioInfo.cpp \ Bidi.cpp \ boost.cpp \ @@ -125,6 +122,7 @@ SOURCEFILESCORE = \ Language.cpp \ LaTeX.cpp \ LaTeXFeatures.cpp \ + LayoutFile.cpp \ Length.cpp \ lengthcommon.cpp \ Lexer.cpp \ @@ -173,7 +171,6 @@ SOURCEFILESCORE = \ HEADERFILESCORE = \ Author.h \ - BaseClassList.h \ BiblioInfo.h \ Bidi.h \ BranchList.h \ @@ -225,6 +222,7 @@ HEADERFILESCORE = \ LaTeX.h \ Layout.h \ LayoutEnums.h \ + LayoutFile.h \ Length.h \ Lexer.h \ lfuns.h \ @@ -331,7 +329,6 @@ SOURCEFILESMATHED = \ mathed/InsetMathAMSArray.cpp \ mathed/InsetMathArray.cpp \ mathed/InsetMathBig.cpp \ - mathed/InsetMathBM.cpp \ mathed/InsetMathBoldSymbol.cpp \ mathed/InsetMathBox.cpp \ mathed/InsetMathBrace.cpp \ @@ -397,7 +394,6 @@ HEADERFILESMATHED = \ mathed/InsetMathAMSArray.h \ mathed/InsetMathArray.h \ mathed/InsetMathBig.h \ - mathed/InsetMathBM.h \ mathed/InsetMathBoldSymbol.h \ mathed/InsetMathBox.h \ mathed/InsetMathBrace.h \ @@ -507,7 +503,6 @@ SOURCEFILESINSETS = \ insets/InsetFootlike.cpp \ insets/InsetGraphicsParams.cpp \ insets/InsetGraphics.cpp \ - insets/InsetHFill.cpp \ insets/InsetHyperlink.cpp \ insets/InsetInclude.cpp \ insets/InsetIndex.cpp \ @@ -563,7 +558,6 @@ HEADERFILESINSETS = \ insets/InsetFootlike.h \ insets/InsetGraphicsParams.h \ insets/InsetGraphics.h \ - insets/InsetHFill.h \ insets/InsetHyperlink.h \ insets/InsetInclude.h \ insets/InsetIndex.h \