summaryrefslogtreecommitdiff
path: root/src/bookmarks
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2013-12-16 12:35:53 -0600
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-03 13:31:10 -0500
commit243bbeb5a77410b70aff9f6858b3c6c576b09d47 (patch)
treeba28cef5ebfe183ca16b51e0e4f0845d9225c3cd /src/bookmarks
parentd0af7ceec1ee8bf2cb16f1553fc9f4f2879b4886 (diff)
downloadepiphany-243bbeb5a77410b70aff9f6858b3c6c576b09d47.tar.gz
Generate .gitignore with git.mk
Keeps it up to date. Also, allows cleaning Autotools-generated files with 'make maintainer-clean' https://bugzilla.gnome.org/show_bug.cgi?id=720548
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index b2d7d4759..0e05730c0 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -114,3 +114,5 @@ libephybookmarks_la_LIBADD =
CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
+
+-include $(top_srcdir)/git.mk