From 7a4bd61930f826ceabf144bf1d4ca06592565e90 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 3 Apr 2001 05:35:48 +0000 Subject: Plug leak. 2001-04-02 Federico Mena Quintero * gui/e-tasks.c (e_tasks_setup_menus): Plug leak. * gui/event-editor.c (obj_updated_cb): Do nothing for now until we think of something sensible to do. (obj_removed_cb): Likewise. * gui/dialogs/task-editor.c (obj_updated_cb): Likewise. (obj_removed_cb): Likewise. * gui/event-editor.c (dialog_to_comp_object): Plug leak. svn path=/trunk/; revision=9124 --- calendar/cal-client/Makefile.am | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'calendar/cal-client/Makefile.am') diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am index f241bf6ce1..28949c8721 100644 --- a/calendar/cal-client/Makefile.am +++ b/calendar/cal-client/Makefile.am @@ -3,11 +3,13 @@ # CORBA_GENERATED = \ - evolution-calendar.h \ evolution-calendar-common.c \ evolution-calendar-skels.c \ evolution-calendar-stubs.c +CORBA_HEADERS_GENERATED = \ + evolution-calendar.h + idls = \ $(srcdir)/../idl/evolution-calendar.idl @@ -37,12 +39,16 @@ libcal_client_la_SOURCES = \ cal-client-types.c \ cal-client.c \ cal-listener.c \ - cal-listener.h - -libcal_clientinclude_HEADERS = \ - cal-client-types.h \ - cal-client.h - + cal-listener.h \ + cal-query.c \ + query-listener.c \ + query-listener.h + +libcal_clientinclude_HEADERS = \ + $(CORBA_HEADERS_GENERATED) \ + cal-client-types.h \ + cal-client.h \ + cal-query.h # # make a static library for use by calendar conduit's shared library -- cgit v1.2.3