build: Fix EXTRA_DIST and MAINTAINERCLEANFILES rules
This commit is contained in:
parent
ed4f0beac9
commit
e80030755e
11
Makefile.am
11
Makefile.am
@ -33,11 +33,12 @@ pkgconfig_DATA = $(pcfiles)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.SVN \
|
||||
ChangeLog.pre-git-import \
|
||||
clutter.pc.in \
|
||||
HACKING \
|
||||
HACKING.backends \
|
||||
CODING_STYLE
|
||||
CODING_STYLE \
|
||||
$(NULL)
|
||||
|
||||
CLEANFILES = $(pcfiles)
|
||||
|
||||
@ -48,17 +49,11 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = \
|
||||
aclocal.m4 \
|
||||
compile \
|
||||
config.guess \
|
||||
config.h.in \
|
||||
config.sub \
|
||||
configure \
|
||||
depcomp \
|
||||
gtk-doc.make \
|
||||
install-sh \
|
||||
ltmain.sh \
|
||||
Makefile.in \
|
||||
missing \
|
||||
$(NULL)
|
||||
|
||||
include $(top_srcdir)/build/autotools/Makefile.am.changelog
|
||||
|
Loading…
Reference in New Issue
Block a user