diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:35:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:35:31 +0800 |
commit | c19445c9fa6b4e9a63e81738ad1509d303aa5bce (patch) | |
tree | bdee6c2d621e54059fef3d0a87421d17f836f8fc /plugins/save-attachments | |
parent | f835feb96233d8f06cffd19f9c795d29f3d0a4f5 (diff) | |
download | gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.gz gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.bz2 gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.lz gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.xz gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.zst gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.zip |
add cleanfiles/built_sources
svn path=/trunk/; revision=29328
Diffstat (limited to 'plugins/save-attachments')
-rw-r--r-- | plugins/save-attachments/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/save-attachments/Makefile.am | 5 |
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) |