diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-28 23:06:28 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-28 23:06:28 +0800 |
commit | ec31e6ec847c1a9c27571467696a2396a33919f2 (patch) | |
tree | cb468c73dafa9a2cadc54abab44e5a1c12e8f917 /calendar/gui/Makefile.am | |
parent | 7a72e3adc72b42fc4fbe5539a920c4b7c46c8a8f (diff) | |
download | gsoc2013-evolution-ec31e6ec847c1a9c27571467696a2396a33919f2.tar.gz gsoc2013-evolution-ec31e6ec847c1a9c27571467696a2396a33919f2.tar.zst gsoc2013-evolution-ec31e6ec847c1a9c27571467696a2396a33919f2.zip |
added libeutil.la and libetext.a
* gui/Makefile.am (LINK_FLAGS): added libeutil.la and libetext.a
* gui/main.c (calendar_iterate): switch from string_to_ical_object to
ical_object_find_in_string
(calendar_get_events_in_range): same
(session_save_state): commented out references
to gcal->client->filename
svn path=/trunk/; revision=2213
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index d023d251b0..c506044f7d 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -81,6 +81,8 @@ LINK_FLAGS = \ $(BONOBO_VFS_GNOME_LIBS) \ $(INTLLIBS) \ $(top_builddir)/calendar/cal-util/libcalutil.la \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/libversit/libversit.la \ $(ICAL_LINK_FLAGS) \ $(top_builddir)/calendar/cal-client/libcal-client.la |