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
This commit is contained in:
Jean-Marc Lasgouttes 2008-07-11 14:06:04 +00:00
parent e88bc302c2
commit 69080628a0
2 changed files with 4 additions and 8 deletions

View File

@ -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

View 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 \