aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/Makefile.am2
-rw-r--r--addressbook/conduit/Makefile.am2
-rw-r--r--addressbook/gui/Makefile.am2
-rw-r--r--addressbook/gui/component/Makefile.am2
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am2
-rw-r--r--addressbook/gui/merging/Makefile.am2
-rw-r--r--addressbook/gui/widgets/Makefile.am2
-rw-r--r--addressbook/importers/Makefile.am2
-rw-r--r--addressbook/printing/Makefile.am2
-rw-r--r--addressbook/tools/Makefile.am2
-rw-r--r--addressbook/util/Makefile.am2
12 files changed, 24 insertions, 0 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index 4ee593ecc6..ed0acc92d3 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -19,3 +19,5 @@ dist-hook:
BUILT_SOURCES = $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am
index adf09eb2f4..de18057981 100644
--- a/addressbook/conduit/Makefile.am
+++ b/addressbook/conduit/Makefile.am
@@ -36,3 +36,5 @@ EXTRA_DIST = \
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/Makefile.am b/addressbook/gui/Makefile.am
index a737452bd3..64bcd98356 100644
--- a/addressbook/gui/Makefile.am
+++ b/addressbook/gui/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = merging contact-editor contact-list-editor widgets component
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 5ebdac4eb4..b7870eddc7 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -126,3 +126,5 @@ evolution-addressbook.pure: evolution-addressbook
$(PLINK) $(evolution_addressbook_LDFLAGS) $(evolution_addressbook_OBJECTS) $(evolution_addressbook_LDADD) $(LIBS)
endif
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 0b2ec028f5..53ed96fdee 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -40,3 +40,5 @@ glade_DATA = \
fullname.glade
EXTRA_DIST= $(glade_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index e0605d534a..8e287f3f3a 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -36,3 +36,5 @@ libecontactlisteditor_la_LIBADD = \
glade_DATA = contact-list-editor.glade
EXTRA_DIST = $(glade_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am
index c899d751f4..ebec465d16 100644
--- a/addressbook/gui/merging/Makefile.am
+++ b/addressbook/gui/merging/Makefile.am
@@ -20,3 +20,5 @@ glade_DATA = eab-contact-duplicate-detected.glade \
EXTRA_DIST = \
$(glade_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index e14f274f4e..c3a14d8aeb 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -68,3 +68,5 @@ etspec_DATA= e-addressbook-view.etspec
EXTRA_DIST = \
$(etspec_DATA) \
addresstypes.xml
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am
index d49b8b2d8e..2d5b0e50ca 100644
--- a/addressbook/importers/Makefile.am
+++ b/addressbook/importers/Makefile.am
@@ -23,3 +23,5 @@ libevolution_addressbook_importers_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/addressbook/util/libeabutil.la \
$(IMPORTERS_LIBS)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 8db1e7d889..c194f2705e 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -46,3 +46,5 @@ contact_print_style_editor_test_LDADD = \
EXTRA_DIST = \
$(ecps_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am
index f7df1cb753..bc0cfb808d 100644
--- a/addressbook/tools/Makefile.am
+++ b/addressbook/tools/Makefile.am
@@ -38,3 +38,5 @@ evolution-addressbook-clean: evolution-addressbook-clean.in Makefile
-e 's?\@PERL\@?@PERL@?g' \
< $(srcdir)/evolution-addressbook-clean.in > evolution-addressbook-clean.tmp \
&& mv evolution-addressbook-clean.tmp evolution-addressbook-clean
+
+-include $(top_srcdir)/git.mk
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 0f66310033..0966284060 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -25,3 +25,5 @@ libeabutil_la_LIBADD = \
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
+
+-include $(top_srcdir)/git.mk