From f835feb96233d8f06cffd19f9c795d29f3d0a4f5 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 12 May 2005 04:27:39 +0000 Subject: Fixed built_sources && cleanfiles for generated files svn path=/trunk/; revision=29327 --- plugins/calendar-weather/ChangeLog | 4 ++++ plugins/calendar-weather/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) (limited to 'plugins/calendar-weather') 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 + + * Makefile.am: added built_sources/cleanfiles + 2005-05-06 Not Zed * 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) -- cgit v1.2.3