diff options
-rw-r--r-- | wombat/ChangeLog | 6 | ||||
-rw-r--r-- | wombat/Evolution-Wombat.idl | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index c3a5503a99..f3b0124776 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2003-06-26 Rodrigo Moya <rodrigo@ximian.com> + + * Evolution-Wombat.idl: removed WombatClient interface. + + * Makefile.am: don't link libwombat in. + 2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com> * Makefile.am: diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl index ec951c5f1e..3f25693599 100644 --- a/wombat/Evolution-Wombat.idl +++ b/wombat/Evolution-Wombat.idl @@ -9,11 +9,6 @@ module GNOME { module Evolution { - interface WombatClient { - string getPassword (in string prompt, in string key); - void forgetPassword (in string key); - }; - interface Config { }; diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 59c85dee4a..0e2837bbeb 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -61,7 +61,6 @@ evolution_wombat_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libwombat/libwombat.la \ $(WOMBAT_LIBS) if ENABLE_LDAP |