aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-attachments
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/save-attachments')
-rw-r--r--plugins/save-attachments/ChangeLog4
-rw-r--r--plugins/save-attachments/Makefile.am5
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog
index 3beca67ea0..058b03e497 100644
--- a/plugins/save-attachments/ChangeLog
+++ b/plugins/save-attachments/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: setup built_sources/cleanfiles.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/save-attachments/Makefile.am b/plugins/save-attachments/Makefile.am
index 35621ffc8f..e3ebc9f9e5 100644
--- a/plugins/save-attachments/Makefile.am
+++ b/plugins/save-attachments/Makefile.am
@@ -12,4 +12,7 @@ liborg_gnome_save_attachments_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = \
org-gnome-save-attachments.eplug.xml \
- org-gnome-save-attachments.xml \ No newline at end of file
+ org-gnome-save-attachments.xml
+
+BUILT_SOURCES = org-gnome-save-attachments.eplug
+CLEANFILES = $(BUILT_SOURCES)