diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-11 01:31:48 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-11 01:31:48 +0800 |
commit | 7d7f5423308313eb30558700598091b4ba1f0d20 (patch) | |
tree | 020433e7bc24d30d192737a4cce7c11314a38e4f /tests/ui-tests/Makefile.am | |
parent | 6cb08f0bc177cd0de35b852fac94a181f4d2233c (diff) | |
download | gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar.gz gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar.bz2 gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar.lz gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar.xz gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.tar.zst gsoc2013-evolution-7d7f5423308313eb30558700598091b4ba1f0d20.zip |
Quick and (very) dirty hack to test Camel more easily.
1999-08-09 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/ui-tests/store_listing.c:
* tests/ui-tests/store_listing.glade:
Quick and (very) dirty hack to test Camel more
easily.
* camel/camel-folder.c (camel_folder_append_message):
new method.
svn path=/trunk/; revision=1102
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r-- | tests/ui-tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 19bbb6c8d4..8ed5393e8a 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ LDADD = \ $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/camel/providers/MH/libcamelmh.la \ $(INTLLIBS) $(EXTRA_GNOME_LIBS) |