diff options
Diffstat (limited to 'plugins/calendar-weather')
-rw-r--r-- | plugins/calendar-weather/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 3 |
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) |