]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / Makefile.am
index ec8f6725d20cbe48cf45c1fa7967b7d36384f6b2..9b2e2039ebea871b369ae3c1fde32031e733079f 100644 (file)
@@ -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 \