From d243a742b2a008858ec130521161090dba667106 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Thu, 4 Nov 2004 04:36:49 +0000 Subject: added EConfig subclass for calendars initialize plugin hooks on component 2004-11-03 David Trowbridge * gui/e-cal-config.c: added EConfig subclass for calendars * gui/calendar-component.c, gui/tasks-component.c: initialize plugin hooks on component startup. * gui/dialogs/calendar-setup.c: Converted to use EConfig svn path=/trunk/; revision=27832 --- calendar/gui/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index c2d282cc4c..fecdaa5cbc 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -59,6 +59,11 @@ SUBDIRS = alarm-notify dialogs component_LTLIBRARIES = libevolution-calendar.la +ecalendarincludedir = $(privincludedir)/calendar/gui + +ecalendarinclude_HEADERS = \ + e-cal-config.h + INCLUDES = \ -DG_LOG_DOMAIN=\"calendar-gui\" \ -I$(top_builddir)/shell \ @@ -115,6 +120,8 @@ libevolution_calendar_la_SOURCES = \ e-alarm-list.h \ e-cal-component-preview.c \ e-cal-component-preview.h \ + e-cal-config.c \ + e-cal-config.h \ e-cal-menu.c \ e-cal-menu.h \ e-cal-model-calendar.h \ -- cgit v1.2.3