]> git.lyx.org Git - features.git/commitdiff
Fix compilation order
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 08:22:45 +0000 (10:22 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 08:22:45 +0000 (10:22 +0200)
(This is the pedant in me)

src/Makefile.am

index db9a96e78723edf040c1c18fb190b35e8674bd85..0f190488280ebfb1cc3ef1a41fc80623612489ec 100644 (file)
@@ -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 \