diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-02-16 01:01:00 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-03-10 03:29:50 +0100 |
commit | 07a6e2688bfaba6872ca1495fffbd7bbe17022d3 (patch) | |
tree | db1bc92fed0896801ee13e54ad3a92b3dfed8936 /Makefile.am | |
parent | 1ca85988dec761535699d3cb14ba8a551411a4d6 (diff) |
Use git.mk from pango to autogenerate .gitignore files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 695e0fc..499c43c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,19 @@ SUBDIRS = src misc ACLOCAL_AMFLAGS = -I m4 + +MAINTAINERCLEANFILES = \ + $(srcdir)/aclocal.m4 \ + $(srcdir)/config.guess \ + $(srcdir)/config.h.in \ + $(srcdir)/config.sub \ + $(srcdir)/depcomp \ + $(srcdir)/elisp-comp \ + $(srcdir)/install-sh \ + $(srcdir)/ltmain.sh \ + $(srcdir)/missing \ + `find "$(srcdir)" -type f -name Makefile.in -print` \ + $(srcdir)/configure \ + $(srcdir)/m4/*.m4 + +-include $(top_srcdir)/git.mk |