aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-02 23:09:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-02 23:37:10 +0800
commitd523f10dfe2a6ba53c068189f10055d46e71e10f (patch)
treefcb767310c389ebfc612c04ddfa8ddc606ae2b0f /a11y
parent186e97cf591b04c3a4aff478349994aaac6714ae (diff)
downloadgsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar
gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.gz
gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.bz2
gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.lz
gsoc2013-evolution-d523f10dfe2a6ba53c068189f10055d46e71e10f.tar.xz
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.am2
-rw-r--r--a11y/addressbook/Makefile.am2
-rw-r--r--a11y/calendar/Makefile.am2
-rw-r--r--a11y/e-table/Makefile.am2
-rw-r--r--a11y/e-text/Makefile.am2
-rw-r--r--a11y/widgets/Makefile.am2
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