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/gui | |
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/gui')
-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 |
6 files changed, 12 insertions, 0 deletions
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 |