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 /camel/providers/mbox | |
parent | 4cd6866203afabc052140bbd5a6823483b017534 (diff) | |
download | gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.gz gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.bz2 gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.lz gsoc2013-evolution-6b21505b40126e00636603c705b771e5c857beef.tar.xz 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 'camel/providers/mbox')
-rw-r--r-- | camel/providers/mbox/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index d999f4a21e..f3d80606ae 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -35,6 +35,6 @@ libcamelmboxinclude_HEADERS = \ libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -libcamelmbox_la_LIBADD = $(top_builddir)/filter/libfilter.la $(top_builddir)/libibex/libibex.la +libcamelmbox_la_LIBADD = $(top_builddir)/filter/libfilter.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) EXTRA_DIST = |