diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-10 08:18:07 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-10 08:18:07 +0800 |
commit | 1febeef6becb09f0b6838e3e6850fb7d1e538396 (patch) | |
tree | e4bf09b22a37faf70ca1f2e83ba7c0b09e000d74 /calendar/gui/Makefile.am | |
parent | d9d237a838ee852028c6d93b26b01b13f93464ac (diff) | |
download | gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.gz gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.tar.zst gsoc2013-evolution-1febeef6becb09f0b6838e3e6850fb7d1e538396.zip |
Added the executive-summary library and cflags
2000-10-09 Iain Holmes <iain@helixcode.com>
* Makefile.am: Added the executive-summary library and cflags
* evolution-calendar.oafinfo: Added oaf servers for the
executive summary and executive summary factory.
* calendar-summary.[ch]: New files to create the summary.
* component-factory.c (summary_fn): Create the executive
summary component.
(component_factory_init): Start the summary factory as well.
svn path=/trunk/; revision=5807
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 6c46f05d4e..9731104200 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -33,7 +33,8 @@ LINK_FLAGS = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/libical/src/libical/libical.a + $(top_builddir)/libical/src/libical/libical.a \ + $(top_builddir)/executive-summary/evolution-services/libevolution-services.la gladedir = $(datadir)/evolution/glade @@ -50,6 +51,8 @@ evolution_calendar_SOURCES = \ calendar-commands.h \ calendar-model.c \ calendar-model.h \ + calendar-summary.c \ + calendar-summary.h \ control-factory.c \ control-factory.h \ component-factory.c \ |