commit 7a7c2117bfb2037495f2642555651962851a9bba
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Aug 12 10:22:45 2017 +0200

    Fix compilation order
    
    (This is the pedant in me)
---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index db9a96e..0f19048 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -411,6 +411,7 @@ SOURCEFILESMATHED = \
        mathed/InsetMathDecoration.cpp \
        mathed/InsetMathDecoration.h \
        mathed/InsetMathDelim.cpp \
+       mathed/InsetMathDiagram.cpp \
        mathed/InsetMathDiff.cpp \
        mathed/InsetMathDots.cpp \
        mathed/InsetMathEnsureMath.cpp \
@@ -452,7 +453,6 @@ SOURCEFILESMATHED = \
        mathed/InsetMathUnknown.cpp \
        mathed/InsetMathXArrow.cpp \
        mathed/InsetMathXYMatrix.cpp \
-       mathed/InsetMathDiagram.cpp \
        mathed/MacroTable.cpp \
        mathed/MathAtom.cpp \
        mathed/MathAutoCorrect.cpp \

Reply via email to