X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=88b1e11e4911978f29f01e3483b3e3841dc3ab09;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=7bbfb49446667f3ff896d5b96a450cb3a1417922;hpb=8b474deb3920a12d001196772303859af2721fb4;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 7bbfb49446..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 \ @@ -164,7 +161,6 @@ SOURCEFILESCORE = \ TextClass.cpp \ TextMetrics.cpp \ TocBackend.cpp \ - ToolbarBackend.cpp \ Trans.cpp \ Undo.cpp \ VCBackend.cpp \ @@ -189,7 +185,6 @@ HEADERFILESCORE = \ ColorCode.h \ Color.h \ CompletionList.h \ - config.h.in \ ConverterCache.h \ Converter.h \ CoordCache.h \ @@ -264,7 +259,6 @@ HEADERFILESCORE = \ TextClass.h \ TextMetrics.h \ TocBackend.h \ - ToolbarBackend.h \ Trans.h \ Undo.h \ update_flags.h \ @@ -312,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 \ @@ -495,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 \ @@ -550,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 \