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/subject-thread | |
parent | f835feb96233d8f06cffd19f9c795d29f3d0a4f5 (diff) | |
download | gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.gz gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.tar.zst gsoc2013-evolution-c19445c9fa6b4e9a63e81738ad1509d303aa5bce.zip |
add cleanfiles/built_sources
svn path=/trunk/; revision=29328
Diffstat (limited to 'plugins/subject-thread')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/subject-thread/Makefile.am | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog index 11a3ba6ff2..8b2cd985b9 100644 --- a/plugins/subject-thread/ChangeLog +++ b/plugins/subject-thread/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/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am index 9ac3129b3a..45f2a826b1 100644 --- a/plugins/subject-thread/Makefile.am +++ b/plugins/subject-thread/Makefile.am @@ -11,3 +11,6 @@ liborg_gnome_subject_thread_la_SOURCES = subject-thread.c liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-subject-thread.eplug.xml + +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) |