aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/new-mail-notify')
-rw-r--r--plugins/new-mail-notify/ChangeLog4
-rw-r--r--plugins/new-mail-notify/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog
index dd8e768577..7e1a61ee49 100644
--- a/plugins/new-mail-notify/ChangeLog
+++ b/plugins/new-mail-notify/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-11 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: added built_sources/cleanfiles
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* new-mail-notify.c: make the bus connection global and keep track
diff --git a/plugins/new-mail-notify/Makefile.am b/plugins/new-mail-notify/Makefile.am
index 0b217cc260..828dca52da 100644
--- a/plugins/new-mail-notify/Makefile.am
+++ b/plugins/new-mail-notify/Makefile.am
@@ -18,3 +18,5 @@ liborg_gnome_new_mail_notify_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-new-mail-notify.eplug.xml
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)