diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-09 20:34:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-09 20:34:10 +0800 |
commit | 25e2a5ee20863599f549db6feb1772f73f9ea47f (patch) | |
tree | f5b2fb51ec1d5bd71ef1736dd08800cf6a9ff5cb | |
parent | 68d2387f39ba8c2f2a5fd87863e30f0361d4c29c (diff) | |
download | gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar.gz gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar.bz2 gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar.lz gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar.xz gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.tar.zst gsoc2013-evolution-25e2a5ee20863599f549db6feb1772f73f9ea47f.zip |
Added libetext as libetable depends on it.
2000-02-09 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Added libetext as libetable depends on it.
svn path=/trunk/; revision=1709
-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) |