diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 2000-02-22 16:13:34 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-22 16:13:34 +0800 |
commit | 6b21505b40126e00636603c705b771e5c857beef (patch) | |
tree | 10fe4552acfa8cb61a1a1972a723eaefff30b110 /shell/Makefile.am | |
parent | 4cd6866203afabc052140bbd5a6823483b017534 (diff) | |
download | gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.gz gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.zst gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.zip |
added a reset method. Thanks message-browser to find so much bugs :)
2000-02-22 bertrand <Bertrand.Guiheneuf@aful.org>
* camel-stream-b64.c (reset__static): added a
reset method. Thanks message-browser to find
so much bugs :)
* providers/mbox/Makefile.am (libcamelmbox_la_LIBADD): readd
Unicode libs.
* shell/Makefile.am (evolution_LDADD):
add libetext.a.
Fixes.
svn path=/trunk/; revision=1900
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7125c41512..dc568fc2bd 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -39,6 +39,7 @@ $(EVOLUTION_CORBA_GENERATED): Evolution.idl evolution_LDADD = \ ../widgets/shortcut-bar/libshortcut-bar.a \ + ../widgets/e-text/libetext.a \ ../e-util/libeutil.a \ $(BONOBO_GNOME_LIBS) |