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