diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:09:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:37:10 +0800 |
commit | d523f10dfe2a6ba53c068189f10055d46e71e10f (patch) | |
tree | fcb767310c389ebfc612c04ddfa8ddc606ae2b0f /a11y | |
parent | 186e97cf591b04c3a4aff478349994aaac6714ae (diff) | |
download | gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.gz gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.zst gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
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 |