From 6b21505b40126e00636603c705b771e5c857beef Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 22 Feb 2000 08:13:34 +0000 Subject: added a reset method. Thanks message-browser to find so much bugs :) 2000-02-22 bertrand * 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 --- camel/providers/mbox/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') 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 = -- cgit v1.2.3