From df6a8262a141e0bec824149e7f65568d2187c5c2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 12 Sep 2008 01:54:07 +0000 Subject: Arrange for an ESourceList to be shared amongst all instances of a type of shell view. For example, all EBookShellView instances will now share the same ESourceList instance for address books. svn path=/branches/kill-bonobo/; revision=36311 --- calendar/gui/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index df9485d139..d2f092e422 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -44,6 +44,9 @@ module_LTLIBRARIES = \ libevolution-tasks.la libevolution_calendar_la_SOURCES = \ + calendar-config.c \ + calendar-config.h \ + calendar-config-keys.h \ e-cal-shell-module.c \ e-cal-shell-view.c \ e-cal-shell-view.h \ @@ -53,6 +56,9 @@ libevolution_calendar_la_SOURCES = \ e-cal-shell-view-private.h libevolution_memos_la_SOURCES = \ + calendar-config.c \ + calendar-config.h \ + calendar-config-keys.h \ e-memo-shell-module.c \ e-memo-shell-view.c \ e-memo-shell-view.h \ @@ -62,6 +68,9 @@ libevolution_memos_la_SOURCES = \ e-memo-shell-view-private.h libevolution_tasks_la_SOURCES = \ + calendar-config.c \ + calendar-config.h \ + calendar-config-keys.h \ e-task-shell-module.c \ e-task-shell-view.c \ e-task-shell-view.h \ -- cgit v1.2.3