diff options
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/Makefile.am | 2 | ||||
-rw-r--r-- | a11y/addressbook/Makefile.am | 2 | ||||
-rw-r--r-- | a11y/calendar/Makefile.am | 2 | ||||
-rw-r--r-- | a11y/e-table/Makefile.am | 2 | ||||
-rw-r--r-- | a11y/e-text/Makefile.am | 2 | ||||
-rw-r--r-- | a11y/widgets/Makefile.am | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index a1b0f8c68b..0ccbe4390e 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -32,3 +32,5 @@ libevolution_a11y_la_LIBADD = \ e-table/libgal-a11y-etable.la \ $(top_builddir)/e-util/libeutil.la \ $(GNOME_PLATFORM_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/a11y/addressbook/Makefile.am b/a11y/addressbook/Makefile.am index a4ccc5e056..81092822f4 100644 --- a/a11y/addressbook/Makefile.am +++ b/a11y/addressbook/Makefile.am @@ -31,3 +31,5 @@ libevolution_addressbook_a11y_la_LDFLAGS = $(NO_UNDEFINED) libevolution_addressbook_a11y_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(EVOLUTION_ADDRESSBOOK_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am index b033eeff17..1bd53787c9 100644 --- a/a11y/calendar/Makefile.am +++ b/a11y/calendar/Makefile.am @@ -52,3 +52,5 @@ libevolution_calendar_a11y_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(top_builddir)/a11y/libevolution-a11y.la \ $(EVOLUTION_CALENDAR_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am index f344d7b8c3..413a37d97e 100644 --- a/a11y/e-table/Makefile.am +++ b/a11y/e-table/Makefile.am @@ -40,3 +40,5 @@ libgal_a11y_etable_la_SOURCES = \ gal-a11y-e-table-column-header.h \ gal-a11y-e-table-item-factory.h \ gal-a11y-e-table-factory.h + +-include $(top_srcdir)/git.mk diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am index 8dc23f50cc..069284a617 100644 --- a/a11y/e-text/Makefile.am +++ b/a11y/e-text/Makefile.am @@ -11,3 +11,5 @@ libgal_a11y_etext_la_SOURCES = \ gal-a11y-e-text.c \ gal-a11y-e-text-factory.h \ gal-a11y-e-text.h + +-include $(top_srcdir)/git.mk diff --git a/a11y/widgets/Makefile.am b/a11y/widgets/Makefile.am index 6fb8c80048..e822094500 100644 --- a/a11y/widgets/Makefile.am +++ b/a11y/widgets/Makefile.am @@ -32,3 +32,5 @@ libevolution_widgets_a11y_la_LIBADD = \ $(top_builddir)/a11y/libevolution-a11y.la \ $(top_builddir)/e-util/libeutil.la \ $(E_WIDGETS_LIBS) + +-include $(top_srcdir)/git.mk |