aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profiler/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--plugins/profiler/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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)