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-04 00:47:34 +0800
commit504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 (patch)
tree1f0f61e9bb9688e8c7d1bc157044da03992d5921 /a11y
parent8583abbefeafd0c0369d38141963575f395cf922 (diff)
downloadgsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.bz2
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.lz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.xz
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst
gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.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 cded632e64..9fe0b07e3c 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -33,3 +33,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 6da30575b2..fbb8b68916 100644
--- a/a11y/widgets/Makefile.am
+++ b/a11y/widgets/Makefile.am
@@ -30,3 +30,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