diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 237fcba135..40f182f5f1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-02-09 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Added libetext as libetable depends on it. + 2000-02-08 Iain Holmes <ih@csd.abdn.ac.uk> * Makefile.am: Changed the order of the compilation so the CORBA stuff diff --git a/mail/Makefile.am b/mail/Makefile.am index 821cb436cc..2cc47dadbc 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -30,6 +30,7 @@ evolution_mail_SOURCES = \ evolution_mail_LDADD = \ ../widgets/e-table/libetable.a \ + ../widgets/e-text/libetext.a \ ../camel/libcamel.la \ ../e-util/libeutil.a \ $(BONOBO_HTML_GNOME_LIBS) |