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 /plugins/attachment-reminder | |
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 'plugins/attachment-reminder')
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index d6e9fb8809..c6ce86e17e 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -63,3 +63,5 @@ BUILT_SOURCES = org-gnome-evolution-attachment-reminder.eplug \ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk |