diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/Makefile.am | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 87fa08d195..376ceff064 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-09-28 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am: Don't compile `subscribe-control' for now. It + needs to be converted to the new UI handler code in Bonobo; it + doesn't compile right now. + 2000-09-27 Chris Toshok <toshok@helixcode.com> * subscribe-control.c (subscribe_refresh_list): new function. diff --git a/mail/Makefile.am b/mail/Makefile.am index d2d44b3fdd..83ae9cf4be 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -78,10 +78,6 @@ evolution_mail_SOURCES = \ message-thread.c \ message-thread.h \ session.c \ - subscribe-control.c \ - subscribe-control.h \ - subscribe-control-factory.c \ - subscribe-control-factory.h \ mail.h evolution_mail_LDADD = \ |