]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
revert erroneous previous commit.
[lyx.git] / src / Makefile.am
index 297a296e0edc6e86c4a375bd4d47d1c139abb9eb..2b00b6733f7eb3b7a7d1f849e970bbe63c2fcba6 100644 (file)
@@ -4,8 +4,6 @@ include $(top_srcdir)/config/common.am
 
 DISTCLEANFILES += config.h libintl.h
 
-MAINTAINERCLEANFILES += $(srcdir)/config.h.in
-
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
 
 if BUILD_CLIENT_SUBDIR
@@ -14,8 +12,7 @@ endif
 
 SUBDIRS = support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = config.h.in \
-       Section.h \
+EXTRA_DIST = Section.h \
        Section.cpp \
        Variables.cpp \
        Variables.h \
@@ -188,7 +185,6 @@ HEADERFILESCORE = \
        ColorCode.h \
        Color.h \
        CompletionList.h \
-       config.h.in \
        ConverterCache.h \
        Converter.h \
        CoordCache.h \
@@ -304,13 +300,11 @@ liblyxgraphics_la_SOURCES = \
        graphics/GraphicsConverter.h \
        graphics/GraphicsConverter.cpp \
        graphics/GraphicsImage.h \
-       graphics/GraphicsImage.cpp \
        graphics/GraphicsLoader.h \
        graphics/GraphicsLoader.cpp \
        graphics/GraphicsParams.cpp \
        graphics/GraphicsParams.h \
        graphics/GraphicsTypes.h \
-       graphics/GraphicsTypes.cpp \
        graphics/PreviewImage.h \
        graphics/PreviewImage.cpp \
        graphics/PreviewLoader.h \
@@ -343,6 +337,7 @@ SOURCEFILESMATHED = \
        mathed/InsetMathDelim.cpp \
        mathed/InsetMathDiff.cpp \
        mathed/InsetMathDots.cpp \
+       mathed/InsetMathEnsureMath.cpp \
        mathed/InsetMathEnv.cpp \
        mathed/InsetMathExFunc.cpp \
        mathed/InsetMathExInt.cpp \
@@ -405,6 +400,7 @@ HEADERFILESMATHED = \
        mathed/InsetMathDelim.h \
        mathed/InsetMathDiff.h \
        mathed/InsetMathDots.h \
+       mathed/InsetMathEnsureMath.h \
        mathed/InsetMathEnv.h \
        mathed/InsetMathExFunc.h \
        mathed/InsetMathExInt.h \
@@ -451,6 +447,7 @@ HEADERFILESMATHED = \
        mathed/MacroTable.h \
        mathed/MathMacroTemplate.h \
        mathed/MathParser.h \
+       mathed/MathParser_flags.h \
        mathed/ReplaceData.h \
        mathed/MathStream.h \
        mathed/MathSupport.h \