diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-03-04 20:56:15 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-03-04 21:27:06 -0500 |
commit | 22c625a490bbaac52ead2cd29ee49b170e6e9845 (patch) | |
tree | 3755369351a484a66f7dc1f742d4058bd27075d8 /Makefile.am | |
parent | 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e (diff) |
[git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
Move reusable list of files into variable definitions modules can
reuse
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am index e63bc54a..19c20957 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,26 +16,12 @@ EXTRA_DIST = \ $(NULL) MAINTAINERCLEANFILES = \ + $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \ + $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \ + $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \ $(srcdir)/INSTALL \ - $(srcdir)/aclocal.m4 \ - $(srcdir)/autoscan.log \ - $(srcdir)/compile \ - $(srcdir)/config.guess \ - $(srcdir)/config.h.in \ - $(srcdir)/config.sub \ - $(srcdir)/configure.scan \ - $(srcdir)/depcomp \ - $(srcdir)/install-sh \ - $(srcdir)/ltmain.sh \ - $(srcdir)/missing \ - $(srcdir)/mkinstalldirs \ $(srcdir)/ChangeLog \ - $(srcdir)/m4/libtool.m4 \ - $(srcdir)/m4/ltoptions.m4 \ - $(srcdir)/m4/ltsugar.m4 \ - $(srcdir)/m4/ltversion.m4 \ - $(srcdir)/m4/lt~obsolete.m4 \ - `find "$(srcdir)" -type f -name Makefile.in -print` + $(NULL) # |