aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/Makefile.am
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-06-22 01:31:45 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-22 01:31:45 +0800
commit1d6434523ad909c60c6a449d64fba09740dc46dc (patch)
tree7de3da6e69e60953c218da8bca0989fc64999616 /calendar/gui/alarm-notify/Makefile.am
parent1b2f9e9c120f8bf75fad41e669110ce73c54d304 (diff)
downloadgsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar.gz
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar.bz2
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar.lz
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar.xz
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.tar.zst
gsoc2013-evolution-1d6434523ad909c60c6a449d64fba09740dc46dc.zip
create a WombatClient when creating a CalClient object, so that we can
2001-06-21 Rodrigo Moya <rodrigo@ximian.com> * cal-client/cal-client.[ch]: (cal_client_init): create a WombatClient when creating a CalClient object, so that we can receive authentication notifications from the wombat (cal_client_destroy): destroy the WombatClient object when dying (cal_client_set_auth_func): new function to set the authentication function to be called when a password is required by the calendar server (through the WombatClient object) (cal_client_get_free_busy): new function for calling the new IDL method Cal::getFreeBusy * gui/alarm-notify/Makefile.am: add libwombat to LDADD * gui/Makefile.am: add libwombat to LDADD svn path=/trunk/; revision=10366
Diffstat (limited to 'calendar/gui/alarm-notify/Makefile.am')
-rw-r--r--calendar/gui/alarm-notify/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
index 528841da89..de0f4fb847 100644
--- a/calendar/gui/alarm-notify/Makefile.am
+++ b/calendar/gui/alarm-notify/Makefile.am
@@ -49,6 +49,7 @@ evolution_alarm_notify_LDADD = \
$(top_builddir)/calendar/cal-client/libcal-client.la \
$(top_builddir)/calendar/cal-util/libcal-util.la \
$(top_builddir)/libical/src/libical/libical.la \
+ $(top_builddir)/libwombat/libwombat.la \
$(BONOBO_VFS_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS) \
$(INTLLIBS)