diff options
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/python/example/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 7a65c4586a..77441e0e9b 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -26,3 +26,5 @@ EXTRA_DIST = org-gnome-evolution-python.eplug.xml \ BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/python/example/Makefile.am b/plugins/python/example/Makefile.am index 5defe418c6..b3530d841c 100644 --- a/plugins/python/example/Makefile.am +++ b/plugins/python/example/Makefile.am @@ -28,3 +28,5 @@ EXTRA_DIST = \ org-gnome-hello-python.eplug.xml CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk |