X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMakefile.am;h=9b2e2039ebea871b369ae3c1fde32031e733079f;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=062f88789590cae974a37ca58f15cb5ab75f4b0c;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index 062f887895..9b2e2039eb 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -44,8 +44,6 @@ libmathed_la_SOURCES = \ InsetMathDFrac.h \ InsetMathDiff.cpp \ InsetMathDiff.h \ - InsetMathDim.cpp \ - InsetMathDim.h \ InsetMathDots.cpp \ InsetMathDots.h \ InsetMathEnv.cpp \ @@ -131,8 +129,8 @@ libmathed_la_SOURCES = \ MathAtom.h \ MathAutoCorrect.cpp \ MathAutoCorrect.h \ - MathArray.cpp \ - MathArray.h \ + MathData.cpp \ + MathData.h \ MathExtern.cpp \ MathExtern.h \ MathFactory.cpp \ @@ -140,8 +138,8 @@ libmathed_la_SOURCES = \ MathGridInfo.h \ MathMacroArgument.cpp \ MathMacroArgument.h \ - MathMacroTable.cpp \ - MathMacroTable.h \ + MacroTable.cpp \ + MacroTable.h \ MathMacroTemplate.cpp \ MathMacroTemplate.h \ MathParser.cpp \