X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMakefile.am;h=9b2e2039ebea871b369ae3c1fde32031e733079f;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=ec8f6725d20cbe48cf45c1fa7967b7d36384f6b2;hpb=fcfcc3ff6e8a5e7a532ebad43424aa97fc7a8ead;p=lyx.git diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index ec8f6725d2..9b2e2039eb 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -32,8 +32,8 @@ libmathed_la_SOURCES = \ InsetMathChar.h \ InsetMathColor.cpp \ InsetMathColor.h \ - InsetMathCommand.cpp \ - InsetMathCommand.h \ + CommandInset.cpp \ + CommandInset.h \ InsetMathComment.cpp \ InsetMathComment.h \ InsetMathDecoration.cpp \ @@ -44,8 +44,6 @@ libmathed_la_SOURCES = \ InsetMathDFrac.h \ InsetMathDiff.cpp \ InsetMathDiff.h \ - InsetMathDim.cpp \ - InsetMathDim.h \ InsetMathDots.cpp \ InsetMathDots.h \ InsetMathEnv.cpp \ @@ -77,8 +75,8 @@ libmathed_la_SOURCES = \ InsetMathLefteqn.h \ InsetMathLim.cpp \ InsetMathLim.h \ - InsetMathMacro.cpp \ - InsetMathMacro.h \ + MathMacro.cpp \ + MathMacro.h \ InsetMathMakebox.cpp \ InsetMathMakebox.h \ InsetMathMatrix.cpp \ @@ -140,13 +138,13 @@ libmathed_la_SOURCES = \ MathGridInfo.h \ MathMacroArgument.cpp \ MathMacroArgument.h \ - MathMacroTable.cpp \ - MathMacroTable.h \ + MacroTable.cpp \ + MacroTable.h \ MathMacroTemplate.cpp \ MathMacroTemplate.h \ MathParser.cpp \ MathParser.h \ - MathReplace.h \ + ReplaceData.h \ MathStream.cpp \ MathStream.h \ MathSupport.cpp \