diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-29 02:25:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-29 02:25:38 +0800 |
commit | afd0dcbd68a9ca7af0e127074d293ebe139fb5a7 (patch) | |
tree | 50bf734f6182b8f34957ee796f6e85c5ed3168f6 /camel/providers/mbox/Makefile.am | |
parent | 58161159e4b9dd2ae7abd19d28606a56cadb9a36 (diff) | |
download | gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.gz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.bz2 gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.lz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.xz gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.tar.zst gsoc2013-evolution-afd0dcbd68a9ca7af0e127074d293ebe139fb5a7.zip |
Fixed a typo.
2000-02-28 NotZed <NotZed@HelixCode.com>
* camel-stream-b64.c (my_read_encode): Fixed a typo.
* providers/mbox/camel-mbox-search.c: Changed to use e-sexp,
rather than filter-sexp.
svn path=/trunk/; revision=1979
Diffstat (limited to 'camel/providers/mbox/Makefile.am')
-rw-r--r-- | camel/providers/mbox/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index 13f09b9d7b..431ad054fa 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -13,7 +13,7 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ -I$(top_srcdir)/libibex \ - -I$(top_srcdir)/filter + -I$(top_srcdir)/e-util libcamelmbox_la_SOURCES = \ camel-mbox-folder.c \ @@ -35,7 +35,7 @@ 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 $(UNICODE_LIBS) -libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) +libcamelmbox_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) +#libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) EXTRA_DIST = |