X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=28592fb0a2651057745c3d78dc5f13de2c3b20d4;hb=9e072d45f2a0b273588e93949090e47e60d8d4c0;hp=db9a96e78723edf040c1c18fb190b35e8674bd85;hpb=04eef3480faffb98b87f23cf39c09f2bb3c71173;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index db9a96e787..28592fb0a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ if BUILD_CLIENT_SUBDIR CLIENT = client endif -SUBDIRS = support frontends . $(CLIENT) tex2lyx +SUBDIRS = support frontends . $(CLIENT) tex2lyx convert EXTRA_DIST = lyx_commit_hash.h.in \ CMakeLists.txt \ @@ -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 \ @@ -578,7 +578,7 @@ SOURCEFILESINSETS = \ insets/InsetCaption.cpp \ insets/InsetCaptionable.cpp \ insets/InsetCitation.cpp \ - insets/InsetCollapsable.cpp \ + insets/InsetCollapsible.cpp \ insets/InsetCommand.cpp \ insets/InsetCommandParams.cpp \ insets/InsetERT.cpp \ @@ -638,7 +638,7 @@ HEADERFILESINSETS = \ insets/InsetCaptionable.h \ insets/InsetCitation.h \ insets/InsetCode.h \ - insets/InsetCollapsable.h \ + insets/InsetCollapsible.h \ insets/InsetCommand.h \ insets/InsetCommandParams.h \ insets/InsetERT.h \