diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:27:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-12 12:27:39 +0800 |
commit | f835feb96233d8f06cffd19f9c795d29f3d0a4f5 (patch) | |
tree | d728078b0df42c27bb145e3db27c033282367f5d /plugins/mail-to-task | |
parent | e314e31f07f50428cb8b31ac3e582fc90335b86c (diff) | |
download | gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.gz gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.bz2 gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.lz gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.xz gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.tar.zst gsoc2013-evolution-f835feb96233d8f06cffd19f9c795d29f3d0a4f5.zip |
Fixed built_sources && cleanfiles for generated files
svn path=/trunk/; revision=29327
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog index 3dfdfe0648..2ad6c6f63a 100644 --- a/plugins/mail-to-task/ChangeLog +++ b/plugins/mail-to-task/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> * Makefile.am: diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index bf72450202..700f487c6d 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -11,3 +11,6 @@ liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-mail-to-task.eplug.xml + +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) |