From d523f10dfe2a6ba53c068189f10055d46e71e10f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 May 2009 11:09:30 -0400 Subject: Use Behdad's brilliant git.mk to generate .gitignore files. --- shell/Makefile.am | 2 ++ shell/importer/Makefile.am | 2 ++ shell/test/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 177d9e80be..8a7df1b1ca 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -255,3 +255,5 @@ dist-hook: noinst_SCRIPTS = evolution-nognome + +-include $(top_srcdir)/git.mk diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index 094df408d1..1aa5d5b484 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -64,3 +64,5 @@ CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am index 266685064c..74bd509958 100644 --- a/shell/test/Makefile.am +++ b/shell/test/Makefile.am @@ -33,3 +33,5 @@ EXTRA_DIST = \ dist-hook: cd $(distdir); rm -f $(BUILD_SOURCES) + +-include $(top_srcdir)/git.mk -- cgit