X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=88b1e11e4911978f29f01e3483b3e3841dc3ab09;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=ef58a1817d98846dce1cf38bafe61eb8fc8e82eb;hpb=145585dc189203d37dd9eb78e071f8cc2959f82c;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index ef58a1817d..88b1e11e49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ @@ -310,7 +306,6 @@ liblyxgraphics_la_SOURCES = \ graphics/GraphicsParams.cpp \ graphics/GraphicsParams.h \ graphics/GraphicsTypes.h \ - graphics/GraphicsTypes.cpp \ graphics/PreviewImage.h \ graphics/PreviewImage.cpp \ graphics/PreviewLoader.h \ @@ -493,7 +488,6 @@ SOURCEFILESINSETS = \ insets/InsetCollapsable.cpp \ insets/InsetCommand.cpp \ insets/InsetCommandParams.cpp \ - insets/InsetEnvironment.cpp \ insets/InsetERT.cpp \ insets/InsetExternal.cpp \ insets/InsetFlex.cpp \ @@ -548,7 +542,6 @@ HEADERFILESINSETS = \ insets/InsetCommand.h \ insets/InsetCommandParams.h \ insets/InsetERT.h \ - insets/InsetEnvironment.h \ insets/InsetExternal.h \ insets/InsetFlex.h \ insets/InsetFloat.h \