From 4e2469f73fa1f6c0112275b1eadba104f867dd0c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 31 Oct 2012 15:37:30 +0900 Subject: build: use git.mk Use git.mk to generate .gitignore files upon building. Also remove *.[ch] from CLEANFILES since it makes little sense with automake Vala support. https://bugzilla.gnome.org/show_bug.cgi?id=687315 --- bin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/Makefile.am b/bin/Makefile.am index 3ab07a7..b001b10 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -5,3 +5,5 @@ DISTCLEANFILES = $(bin_SCRIPTS) $(libexec_SCRIPTS) all: $(bin_SCRIPTS) $(libexec_SCRIPTS) @chmod +x $(bin_SCRIPTS) $(libexec_SCRIPTS) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1