summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-08-13 20:02:22 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2013-08-24 00:59:28 +0200
commit99d47217a1f543ae3ddc23788dfa673ecae7fd93 (patch)
tree98d83592fc19734fbd69b49639caf7da8a65e674 /examples
parent18da634b72c5670fb96bbbc4af70a868adb040a2 (diff)
downloadgrilo-99d47217a1f543ae3ddc23788dfa673ecae7fd93.tar.gz
build: Switch to git.mk to keep the .gitignore file updated
Fixing the *CLEANFILES lists where needed and having git.mk generate the .gitignore files automatically seemed more useful than manually updating those files. https://bugzilla.gnome.org/show_bug.cgi?id=706491
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6e8e8c7..2e95ff4 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -16,5 +16,4 @@ multivalues_SOURCES = multivalues.c
searching_SOURCES = searching.c
-MAINTAINERCLEANFILES = Makefile.in *~
-DISTCLEANFILES = $(MAINTAINERCLEANFILES)
+-include $(top_srcdir)/git.mk