summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-02-22 18:32:01 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-02-22 18:32:01 +0000
commit8bb81f008dd5848f0f1105306372c4e263a1407a (patch)
tree8bee350ec54990552ed5b78bbff1959f87639e80 /Makefile.am
parentb3e4db4c738756f05ef7a02306f0d25f158797ab (diff)
downloadclutter-8bb81f008dd5848f0f1105306372c4e263a1407a.tar.gz
build: Remove maintainer-clean rule
The maintainer-clean files list is horribly out of date, nobody is maintaining it, and it's honestly easier to use `git clean -xdf` instead to clean untracked files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 32932260e..72469239f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,16 +20,7 @@ DISTCLEANFILES =
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-docs
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = \
- aclocal.m4 \
- config.guess \
- config.h.in \
- configure \
- gtk-doc.make \
- Makefile.in \
- $(NULL)
-
+# .release requires .changelog rules
include $(top_srcdir)/build/autotools/Makefile.am.changelog
include $(top_srcdir)/build/autotools/Makefile.am.release