diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 16:40:04 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 16:40:04 +0800 |
commit | c6582c9265a5bdef322225dc637375ba2e7562d0 (patch) | |
tree | e7736861aec17add024ee8dae9334451f449944c /wombat/ChangeLog | |
parent | e27effde19e32ad13e48a060b713fd385c42de2b (diff) | |
download | gsoc2013-evolution-c6582c9265a5bdef322225dc637375ba2e7562d0.tar.gz gsoc2013-evolution-c6582c9265a5bdef322225dc637375ba2e7562d0.tar.zst gsoc2013-evolution-c6582c9265a5bdef322225dc637375ba2e7562d0.zip |
remove libcamel.la from the link for the time being.
2002-11-06 Chris Toshok <toshok@ximian.com>
* Makefile.am (wombat_LDADD): remove libcamel.la from the link for
the time being.
* wombat.c: ifdef out (#ifdef PENDING_PORT_WORK) the calendar
stuff, since it doesn't link at the moment - undefined symbols in
pcs. Also, include gtk.h so the gtk_* in the calendar portions
will still work.
svn path=/trunk/; revision=18594
Diffstat (limited to 'wombat/ChangeLog')
-rw-r--r-- | wombat/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index d9536c2e91..c614d6463d 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,13 @@ +2002-11-06 Chris Toshok <toshok@ximian.com> + + * Makefile.am (wombat_LDADD): remove libcamel.la from the link for + the time being. + + * wombat.c: ifdef out (#ifdef PENDING_PORT_WORK) the calendar + stuff, since it doesn't link at the moment - undefined symbols in + pcs. Also, include gtk.h so the gtk_* in the calendar portions + will still work. + 2002-11-05 Chris Toshok <toshok@ximian.com> * Makefile.am: change over from .oaf files to .server files and |