From 8ded99860006a3ea6ecf5ac50c2ae427d92b08ca Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 3 Nov 2000 18:15:26 +0000 Subject: Clean the idl-generated sources properly. Likewise. 2000-11-03 Federico Mena Quintero * gui/Makefile.am: Clean the idl-generated sources properly. * cal-client/Makefile.am: Likewise. 2000-11-02 Federico Mena Quintero * gui/dialogs/task-editor.c (init_widgets): The date editor's signal is now "changed". (completed_changed): Renamed callback to reflect the name of the signal. svn path=/trunk/; revision=6366 --- calendar/gui/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 87b61977dd..df1391fa36 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -160,3 +160,6 @@ evolution-calendar.pure: evolution-calendar $(PLINK) $(evolution_calendar_LDFLAGS) $(evolution_calendar_OBJECTS) $(evolution_calendar_LDADD) $(LIBS) endif + +BUILT_SOURCES = $(IDL_GENERATED) +CLEANFILES += $(BUILT_SOURCES) -- cgit