diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/merging/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/gui/Makefile.am b/addressbook/gui/Makefile.am index 630744169e..73c12f9bf2 100644 --- a/addressbook/gui/Makefile.am +++ b/addressbook/gui/Makefile.am @@ -1 +1,3 @@ SUBDIRS = merging widgets contact-editor contact-list-editor component + +-include $(top_srcdir)/git.mk diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 52a99e4901..7aea84963b 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -121,3 +121,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 8dd4cd9180..a267f09b13 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -44,3 +44,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 cee9d2fa62..9e3affcb2f 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -65,3 +65,5 @@ etspec_DATA= e-addressbook-view.etspec EXTRA_DIST = \ $(etspec_DATA) \ $(rule_DATA) + +-include $(top_srcdir)/git.mk |