aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profiler
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-12 12:35:31 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-12 12:35:31 +0800
commitc19445c9fa6b4e9a63e81738ad1509d303aa5bce (patch)
treebdee6c2d621e54059fef3d0a87421d17f836f8fc /plugins/profiler
parentf835feb96233d8f06cffd19f9c795d29f3d0a4f5 (diff)
downloadgsoc2013-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/profiler')
-rw-r--r--plugins/profiler/ChangeLog4
-rw-r--r--plugins/profiler/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/profiler/ChangeLog b/plugins/profiler/ChangeLog
index 8d64f0774e..4ecb046b44 100644
--- a/plugins/profiler/ChangeLog
+++ b/plugins/profiler/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-12 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am: fix built_sources/cleanfiles.
+
2005-04-26 Not Zed <NotZed@Ximian.com>
* A profiler plugin.
diff --git a/plugins/profiler/Makefile.am b/plugins/profiler/Makefile.am
index 90f4e36abf..8e948a049f 100644
--- a/plugins/profiler/Makefile.am
+++ b/plugins/profiler/Makefile.am
@@ -13,3 +13,6 @@ liborg_gnome_evolution_profiler_la_SOURCES = profiler.c
liborg_gnome_evolution_profiler_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-evolution-profiler.eplug.in
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)