diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/importer/Makefile.am | 2 | ||||
-rw-r--r-- | shell/test/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
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 |