From 69080628a0b82545de85825aa3eca686334208b1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 11 Jul 2008 14:06:04 +0000 Subject: [PATCH] cleanup makefiles after config.h.in has been moved to top_srcdir git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25566 a592a061-630c-0410-9148-cb99ea01b6c8 --- Makefile.am | 6 +++--- src/Makefile.am | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 828ecb74ca..81ee29e1f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,10 @@ include $(top_srcdir)/config/common.am ACLOCAL_AMFLAGS = -I m4 -I config -DISTCLEANFILES += lyx.1 config.status config.cache config.log +DISTCLEANFILES += lyx.1 -MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \ - $(srcdir)/configure +MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \ + $(srcdir)/config.h.in DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib diff --git a/src/Makefile.am b/src/Makefile.am index 297a296e0e..722ba4dd90 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 \