From 504642b7984f5fed0db6284e2f4da6b1c9b8d1e0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 May 2009 11:09:30 -0400 Subject: Use Behdad's brilliant git.mk to generate .gitignore files. --- plugins/.gitignore | 1 - plugins/Makefile.am | 2 ++ plugins/addressbook-file/Makefile.am | 2 ++ plugins/attachment-reminder/Makefile.am | 2 ++ plugins/audio-inline/Makefile.am | 2 ++ plugins/backup-restore/Makefile.am | 2 ++ plugins/bbdb/Makefile.am | 2 ++ plugins/bogo-junk-plugin/Makefile.am | 2 ++ plugins/caldav/Makefile.am | 2 ++ plugins/calendar-file/Makefile.am | 2 ++ plugins/calendar-http/Makefile.am | 2 ++ plugins/calendar-weather/Makefile.am | 2 ++ plugins/copy-tool/Makefile.am | 2 ++ plugins/default-mailer/Makefile.am | 2 ++ plugins/default-source/Makefile.am | 2 ++ plugins/email-custom-header/Makefile.am | 2 ++ plugins/exchange-operations/Makefile.am | 2 ++ plugins/external-editor/Makefile.am | 2 ++ plugins/face/Makefile.am | 2 ++ plugins/folder-unsubscribe/Makefile.am | 2 ++ plugins/google-account-setup/Makefile.am | 2 ++ plugins/groupwise-account-setup/Makefile.am | 2 ++ plugins/groupwise-features/Makefile.am | 2 ++ plugins/hula-account-setup/Makefile.am | 2 ++ plugins/imap-features/Makefile.am | 2 ++ plugins/ipod-sync/Makefile.am | 2 ++ plugins/itip-formatter/Makefile.am | 2 ++ plugins/mail-notification/Makefile.am | 2 ++ plugins/mail-to-task/Makefile.am | 2 ++ plugins/mailing-list-actions/Makefile.am | 2 ++ plugins/mark-all-read/Makefile.am | 2 ++ plugins/mono/Makefile.am | 2 ++ plugins/plugin-manager/Makefile.am | 2 ++ plugins/prefer-plain/Makefile.am | 2 ++ plugins/profiler/Makefile.am | 2 ++ plugins/pst-import/Makefile.am | 2 ++ plugins/publish-calendar/Makefile.am | 2 ++ plugins/python/Makefile.am | 2 ++ plugins/python/example/Makefile.am | 2 ++ plugins/sa-junk-plugin/Makefile.am | 2 ++ plugins/save-calendar/Makefile.am | 2 ++ plugins/startup-wizard/Makefile.am | 2 ++ plugins/subject-thread/Makefile.am | 2 ++ plugins/templates/Makefile.am | 2 ++ plugins/tnef-attachments/Makefile.am | 2 ++ plugins/webdav-account-setup/Makefile.am | 2 ++ 46 files changed, 90 insertions(+), 1 deletion(-) delete mode 100644 plugins/.gitignore (limited to 'plugins') diff --git a/plugins/.gitignore b/plugins/.gitignore deleted file mode 100644 index f92a4cec77..0000000000 --- a/plugins/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.eplug diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d78cb63d83..88edda37f0 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,4 @@ SUBDIRS = $(plugins_enabled) DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler python + +-include $(top_srcdir)/git.mk diff --git a/plugins/addressbook-file/Makefile.am b/plugins/addressbook-file/Makefile.am index 5b6216bb77..b195514b66 100644 --- a/plugins/addressbook-file/Makefile.am +++ b/plugins/addressbook-file/Makefile.am @@ -18,3 +18,5 @@ EXTRA_DIST = org-gnome-addressbook-file.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index eb7d42fc73..fb77e5a3be 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -64,3 +64,5 @@ BUILT_SOURCES = org-gnome-evolution-attachment-reminder.eplug \ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk diff --git a/plugins/audio-inline/Makefile.am b/plugins/audio-inline/Makefile.am index 0780bf0bfc..73e0b988d6 100644 --- a/plugins/audio-inline/Makefile.am +++ b/plugins/audio-inline/Makefile.am @@ -18,3 +18,5 @@ EXTRA_DIST = org-gnome-audio-inline.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am index f93a3c7460..ceb6fdb41c 100644 --- a/plugins/backup-restore/Makefile.am +++ b/plugins/backup-restore/Makefile.am @@ -40,3 +40,5 @@ EXTRA_DIST = \ BUILT_SOURCES = org-gnome-backup-restore.eplug \ org-gnome-backup-restore.error CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index a91fd41a60..1bf7604e92 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -20,3 +20,5 @@ EXTRA_DIST = org-gnome-evolution-bbdb.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/bogo-junk-plugin/Makefile.am b/plugins/bogo-junk-plugin/Makefile.am index 24eb99fdd5..5dc0cc626c 100644 --- a/plugins/bogo-junk-plugin/Makefile.am +++ b/plugins/bogo-junk-plugin/Makefile.am @@ -38,3 +38,5 @@ EXTRA_DIST = \ org-gnome-bogo-junk-plugin.eplug.xml \ $(schema_in_files) + +-include $(top_srcdir)/git.mk diff --git a/plugins/caldav/Makefile.am b/plugins/caldav/Makefile.am index d812af7540..cb18c5b0be 100644 --- a/plugins/caldav/Makefile.am +++ b/plugins/caldav/Makefile.am @@ -22,3 +22,5 @@ EXTRA_DIST = \ org-gnome-evolution-caldav.eplug.xml CLEANFILES = org-gnome-evolution-caldav.eplug + +-include $(top_srcdir)/git.mk diff --git a/plugins/calendar-file/Makefile.am b/plugins/calendar-file/Makefile.am index 9f83dd8b48..7d40192c6f 100644 --- a/plugins/calendar-file/Makefile.am +++ b/plugins/calendar-file/Makefile.am @@ -18,3 +18,5 @@ EXTRA_DIST = org-gnome-calendar-file.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am index 69d6ab50a6..4edd28c8a0 100644 --- a/plugins/calendar-http/Makefile.am +++ b/plugins/calendar-http/Makefile.am @@ -18,3 +18,5 @@ EXTRA_DIST = org-gnome-calendar-http.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index cb0253e8fe..4404dedcde 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -26,3 +26,5 @@ EXTRA_DIST = \ BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/copy-tool/Makefile.am b/plugins/copy-tool/Makefile.am index d0011ab0fa..5f9e3bb463 100644 --- a/plugins/copy-tool/Makefile.am +++ b/plugins/copy-tool/Makefile.am @@ -16,3 +16,5 @@ EXTRA_DIST = org-gnome-copy-tool.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am index 45f4e29c2b..78766909c5 100644 --- a/plugins/default-mailer/Makefile.am +++ b/plugins/default-mailer/Makefile.am @@ -54,3 +54,5 @@ BUILT_SOURCES = org-gnome-default-mailer.eplug \ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk diff --git a/plugins/default-source/Makefile.am b/plugins/default-source/Makefile.am index 94f33c7ade..235f615251 100644 --- a/plugins/default-source/Makefile.am +++ b/plugins/default-source/Makefile.am @@ -21,3 +21,5 @@ EXTRA_DIST = org-gnome-default-source.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index ccc9c787f8..19539907fa 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -70,3 +70,5 @@ BUILT_SOURCES = \ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index 38d342452b..2e4a825771 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -86,3 +86,5 @@ EXTRA_DIST = \ BUILT_SOURCES = $(error_DATA) org-gnome-exchange-operations.eplug CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am index 36cba20344..0a39bc41e4 100644 --- a/plugins/external-editor/Makefile.am +++ b/plugins/external-editor/Makefile.am @@ -61,3 +61,5 @@ BUILT_SOURCES = org-gnome-external-editor.eplug \ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am index a29c6585ea..2b6bfdb7be 100644 --- a/plugins/face/Makefile.am +++ b/plugins/face/Makefile.am @@ -42,3 +42,5 @@ BUILT_SOURCES = \ org-gnome-face.error CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/folder-unsubscribe/Makefile.am b/plugins/folder-unsubscribe/Makefile.am index 2c11596c51..b3f1ba12bf 100644 --- a/plugins/folder-unsubscribe/Makefile.am +++ b/plugins/folder-unsubscribe/Makefile.am @@ -14,3 +14,5 @@ liborg_gnome_mail_folder_unsubscribe_la_LIBADD = \ $(EVOLUTION_MAIL_LIBS) EXTRA_DIST = org-gnome-mail-folder-unsubscribe.eplug.xml + +-include $(top_srcdir)/git.mk diff --git a/plugins/google-account-setup/Makefile.am b/plugins/google-account-setup/Makefile.am index 0d39004593..d8153a9c5b 100644 --- a/plugins/google-account-setup/Makefile.am +++ b/plugins/google-account-setup/Makefile.am @@ -25,3 +25,5 @@ EXTRA_DIST = \ org-gnome-evolution-google.eplug.xml CLEANFILES = org-gnome-evolution-google.eplug + +-include $(top_srcdir)/git.mk diff --git a/plugins/groupwise-account-setup/Makefile.am b/plugins/groupwise-account-setup/Makefile.am index ac0f18f590..9770782d69 100644 --- a/plugins/groupwise-account-setup/Makefile.am +++ b/plugins/groupwise-account-setup/Makefile.am @@ -30,3 +30,5 @@ EXTRA_DIST = org-gnome-gw-account-setup.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index eb8c7aeba2..3b0a83021d 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -82,3 +82,5 @@ EXTRA_DIST = \ org-gnome-mail-retract.error.xml CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/hula-account-setup/Makefile.am b/plugins/hula-account-setup/Makefile.am index ce6d3b9bd6..205a3a7d30 100644 --- a/plugins/hula-account-setup/Makefile.am +++ b/plugins/hula-account-setup/Makefile.am @@ -27,3 +27,5 @@ EXTRA_DIST = org-gnome-evolution-hula-account-setup.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/imap-features/Makefile.am b/plugins/imap-features/Makefile.am index d84f600702..3b73e2741d 100644 --- a/plugins/imap-features/Makefile.am +++ b/plugins/imap-features/Makefile.am @@ -38,3 +38,5 @@ EXTRA_DIST = \ org-gnome-imap-features.eplug.xml CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am index 51acd0db9f..570683442e 100644 --- a/plugins/ipod-sync/Makefile.am +++ b/plugins/ipod-sync/Makefile.am @@ -25,3 +25,5 @@ EXTRA_DIST = org-gnome-ipod-sync-evolution.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/itip-formatter/Makefile.am b/plugins/itip-formatter/Makefile.am index 32cc7d2f33..cbbc061833 100644 --- a/plugins/itip-formatter/Makefile.am +++ b/plugins/itip-formatter/Makefile.am @@ -29,3 +29,5 @@ EXTRA_DIST = \ org-gnome-itip-formatter.error.xml + +-include $(top_srcdir)/git.mk diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 7e56421987..f3434fd4e8 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -68,3 +68,5 @@ DISTCLEANFILES = $(schema_DATA) EXTRA_DIST = \ org-gnome-mail-notification.eplug.xml \ $(schema_in_files) + +-include $(top_srcdir)/git.mk diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 42e1e6fb65..9a3749d676 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -22,3 +22,5 @@ EXTRA_DIST = org-gnome-mail-to-task.eplug.xml \ BUILT_SOURCES = org-gnome-mail-to-task.eplug CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am index 7d6560d716..dffd4f1d44 100644 --- a/plugins/mailing-list-actions/Makefile.am +++ b/plugins/mailing-list-actions/Makefile.am @@ -28,3 +28,5 @@ EXTRA_DIST = \ org-gnome-mailing-list-actions.eplug.xml \ org-gnome-mailing-list-actions.error.xml \ org-gnome-mailing-list-actions.xml + +-include $(top_srcdir)/git.mk diff --git a/plugins/mark-all-read/Makefile.am b/plugins/mark-all-read/Makefile.am index c13125c7a5..5c9feb1832 100644 --- a/plugins/mark-all-read/Makefile.am +++ b/plugins/mark-all-read/Makefile.am @@ -19,3 +19,5 @@ EXTRA_DIST = org-gnome-mark-all-read.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/mono/Makefile.am b/plugins/mono/Makefile.am index aa20b100e3..f98e8be2ab 100644 --- a/plugins/mono/Makefile.am +++ b/plugins/mono/Makefile.am @@ -18,3 +18,5 @@ EXTRA_DIST = org-gnome-evolution-mono.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/plugin-manager/Makefile.am b/plugins/plugin-manager/Makefile.am index 22e4ca7d51..087c8964a3 100644 --- a/plugins/plugin-manager/Makefile.am +++ b/plugins/plugin-manager/Makefile.am @@ -19,3 +19,5 @@ EXTRA_DIST = \ BUILT_SOURCES = org-gnome-plugin-manager.eplug CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/prefer-plain/Makefile.am b/plugins/prefer-plain/Makefile.am index ec597e4d4c..37a49a38e7 100644 --- a/plugins/prefer-plain/Makefile.am +++ b/plugins/prefer-plain/Makefile.am @@ -17,3 +17,5 @@ EXTRA_DIST = org-gnome-prefer-plain.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/profiler/Makefile.am b/plugins/profiler/Makefile.am index e39b4f6642..037219c5ed 100644 --- a/plugins/profiler/Makefile.am +++ b/plugins/profiler/Makefile.am @@ -16,3 +16,5 @@ EXTRA_DIST = org-gnome-evolution-profiler.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index 9f3061e241..0bb5fe43e1 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -33,3 +33,5 @@ BUILT_SOURCES = org-gnome-pst-import.eplug CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index 954333c11c..3c794393b2 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -40,3 +40,5 @@ EXTRA_DIST = \ $(glade_DATA) CLEANFILES = org-gnome-publish-calendar.eplug + +-include $(top_srcdir)/git.mk diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 7a65c4586a..77441e0e9b 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -26,3 +26,5 @@ EXTRA_DIST = org-gnome-evolution-python.eplug.xml \ BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/python/example/Makefile.am b/plugins/python/example/Makefile.am index 5defe418c6..b3530d841c 100644 --- a/plugins/python/example/Makefile.am +++ b/plugins/python/example/Makefile.am @@ -28,3 +28,5 @@ EXTRA_DIST = \ org-gnome-hello-python.eplug.xml CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/sa-junk-plugin/Makefile.am b/plugins/sa-junk-plugin/Makefile.am index 3af1f721c7..4e44fa5c3b 100644 --- a/plugins/sa-junk-plugin/Makefile.am +++ b/plugins/sa-junk-plugin/Makefile.am @@ -19,3 +19,5 @@ EXTRA_DIST = \ org-gnome-sa-junk-plugin.eplug.xml + +-include $(top_srcdir)/git.mk diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am index 461bf0492d..6894e6b21e 100644 --- a/plugins/save-calendar/Makefile.am +++ b/plugins/save-calendar/Makefile.am @@ -23,3 +23,5 @@ EXTRA_DIST = org-gnome-save-calendar.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am index a8e4191ebf..fea7f7232f 100644 --- a/plugins/startup-wizard/Makefile.am +++ b/plugins/startup-wizard/Makefile.am @@ -27,3 +27,5 @@ EXTRA_DIST = org-gnome-evolution-startup-wizard.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am index 0ff0fc49a5..751e0eee15 100644 --- a/plugins/subject-thread/Makefile.am +++ b/plugins/subject-thread/Makefile.am @@ -16,3 +16,5 @@ EXTRA_DIST = org-gnome-subject-thread.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index 5a36917fa2..6b01e15767 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -56,3 +56,5 @@ BUILT_SOURCES = org-gnome-templates.eplug CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) + +-include $(top_srcdir)/git.mk diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am index 809d1ed1f4..6ea2ce1f3e 100644 --- a/plugins/tnef-attachments/Makefile.am +++ b/plugins/tnef-attachments/Makefile.am @@ -28,3 +28,5 @@ EXTRA_DIST = org-gnome-tnef-attachments.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/plugins/webdav-account-setup/Makefile.am b/plugins/webdav-account-setup/Makefile.am index a979ed08e5..c143b8f667 100644 --- a/plugins/webdav-account-setup/Makefile.am +++ b/plugins/webdav-account-setup/Makefile.am @@ -21,3 +21,5 @@ EXTRA_DIST = \ org-gnome-evolution-webdav.eplug.xml CLEANFILES = org-gnome-evolution-webdav.eplug + +-include $(top_srcdir)/git.mk -- cgit v1.2.3