aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-weather
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-12 12:27:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-12 12:27:39 +0800
commitf835feb96233d8f06cffd19f9c795d29f3d0a4f5 (patch)
treed728078b0df42c27bb145e3db27c033282367f5d /plugins/calendar-weather
parente314e31f07f50428cb8b31ac3e582fc90335b86c (diff)
downloadgsoc2013-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/calendar-weather')
-rw-r--r--plugins/calendar-weather/ChangeLog4
-rw-r--r--plugins/calendar-weather/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog
index aadd81f4ba..efb763043b 100644
--- a/plugins/calendar-weather/ChangeLog
+++ b/plugins/calendar-weather/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/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am
index 3ad0ab909e..06c45d58d4 100644
--- a/plugins/calendar-weather/Makefile.am
+++ b/plugins/calendar-weather/Makefile.am
@@ -29,3 +29,6 @@ liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = \
org-gnome-calendar-weather.eplug.xml \
$(weatherdata_DATA)
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)