From 1d6434523ad909c60c6a449d64fba09740dc46dc Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 21 Jun 2001 17:31:45 +0000 Subject: create a WombatClient when creating a CalClient object, so that we can 2001-06-21 Rodrigo Moya * 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 --- calendar/cal-client/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/cal-client/Makefile.am') diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am index 8813db05bf..e7b32ca973 100644 --- a/calendar/cal-client/Makefile.am +++ b/calendar/cal-client/Makefile.am @@ -28,6 +28,8 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_builddir)/libical/src/libical \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libwombat \ + -I$(top_srcdir)/libwombat \ $(BONOBO_GNOME_CFLAGS) lib_LTLIBRARIES = libcal-client.la @@ -77,6 +79,7 @@ client_test_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical.la \ + $(top_builddir)/libwombat/libwombat.la \ libcal-client.la BUILT_SOURCES = $(CORBA_GENERATED) -- cgit v1.2.3