diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-12 09:54:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-12 09:54:07 +0800 |
commit | df6a8262a141e0bec824149e7f65568d2187c5c2 (patch) | |
tree | 463604008060e542f3dcdbfdd5fce4e056af8c1c /calendar/gui/Makefile.am | |
parent | cbe90f148abbfd273f301358c7fa73a58ff5dd41 (diff) | |
download | gsoc2013-evolution-df6a8262a141e0bec824149e7f65568d2187c5c2.tar.gz gsoc2013-evolution-df6a8262a141e0bec824149e7f65568d2187c5c2.tar.zst gsoc2013-evolution-df6a8262a141e0bec824149e7f65568d2187c5c2.zip |
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
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 \ |