diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/test/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 6e301185f5..d20b49a3d0 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -217,3 +217,5 @@ dist-hook: noinst_SCRIPTS = evolution-nognome + +-include $(top_srcdir)/git.mk diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am index d1ddefa268..3656b5b782 100644 --- a/shell/test/Makefile.am +++ b/shell/test/Makefile.am @@ -20,3 +20,5 @@ libevolution_test_la_LIBADD = \ libevolution_test_la_LDFLAGS = \ -avoid-version -module $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk |