X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=88b1e11e4911978f29f01e3483b3e3841dc3ab09;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=297a296e0edc6e86c4a375bd4d47d1c139abb9eb;hpb=20b9e0ba9301caad3e7d28f56ffb0c0180aae9c9;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 297a296e0e..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 \