]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / Makefile.am
index 3513d3b0dbf75c1446dd16655e69288f9a62f90c..4826fe822636055376842d590907ce548c94e6e5 100644 (file)
@@ -107,7 +107,6 @@ SOURCEFILESCORE = \
        Floating.cpp \
        FloatList.cpp \
        FontInfo.cpp \
-       FontIterator.cpp \
        FontList.cpp \
        Font.cpp \
        Format.cpp \
@@ -185,6 +184,7 @@ HEADERFILESCORE = \
        CmdDef.h \
        ColorCode.h \
        Color.h \
+       CompletionList.h \
        config.h.in \
        ConverterCache.h \
        Converter.h \
@@ -206,7 +206,6 @@ HEADERFILESCORE = \
        Font.h \
        FontEnums.h \
        FontInfo.h \
-       FontIterator.h \
        FontList.h \
        Format.h \
        FuncCode.h \
@@ -443,6 +442,7 @@ HEADERFILESMATHED = \
        mathed/MathAtom.h \
        mathed/MathAutoCorrect.h \
        mathed/MathData.h \
+       mathed/MathCompletionList.h \
        mathed/MathExtern.h \
        mathed/MathFactory.h \
        mathed/MathGridInfo.h \
@@ -476,7 +476,6 @@ endif
 noinst_LTLIBRARIES += liblyxinsets.la
 
 SOURCEFILESINSETS = \
-       insets/MailInset.cpp \
        insets/ExternalSupport.cpp \
        insets/ExternalTemplate.cpp \
        insets/ExternalTransforms.cpp \
@@ -529,7 +528,6 @@ SOURCEFILESINSETS = \
        insets/InsetWrap.cpp
 
 HEADERFILESINSETS = \
-       insets/MailInset.h \
        insets/ExternalSupport.h \
        insets/ExternalTemplate.h \
        insets/ExternalTransforms.h \