diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-02 23:09:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-04 00:47:34 +0800 |
commit | 504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 (patch) | |
tree | 1f0f61e9bb9688e8c7d1bc157044da03992d5921 /addressbook | |
parent | 8583abbefeafd0c0369d38141963575f395cf922 (diff) | |
download | gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.gz gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.tar.zst gsoc2013-evolution-504642b7984f5fed0db6284e2f4da6b1c9b8d1e0.zip |
Use Behdad's brilliant git.mk to generate .gitignore files.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 2 | ||||
-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 | ||||
-rw-r--r-- | addressbook/importers/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/printing/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/tools/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/util/Makefile.am | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 4ee593ecc6..ed0acc92d3 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -19,3 +19,5 @@ dist-hook: BUILT_SOURCES = $(error_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index adf09eb2f4..de18057981 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -36,3 +36,5 @@ EXTRA_DIST = \ dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk 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 diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am index d49b8b2d8e..2d5b0e50ca 100644 --- a/addressbook/importers/Makefile.am +++ b/addressbook/importers/Makefile.am @@ -23,3 +23,5 @@ libevolution_addressbook_importers_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/util/libeabutil.la \ $(IMPORTERS_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 8db1e7d889..c194f2705e 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -46,3 +46,5 @@ contact_print_style_editor_test_LDADD = \ EXTRA_DIST = \ $(ecps_DATA) + +-include $(top_srcdir)/git.mk diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am index f7df1cb753..bc0cfb808d 100644 --- a/addressbook/tools/Makefile.am +++ b/addressbook/tools/Makefile.am @@ -38,3 +38,5 @@ evolution-addressbook-clean: evolution-addressbook-clean.in Makefile -e 's?\@PERL\@?@PERL@?g' \ < $(srcdir)/evolution-addressbook-clean.in > evolution-addressbook-clean.tmp \ && mv evolution-addressbook-clean.tmp evolution-addressbook-clean + +-include $(top_srcdir)/git.mk diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am index 66aa6c61e8..b1361e068f 100644 --- a/addressbook/util/Makefile.am +++ b/addressbook/util/Makefile.am @@ -27,3 +27,5 @@ libeabutil_la_LIBADD = \ dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk |