From 7d7f5423308313eb30558700598091b4ba1f0d20 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 10 Aug 1999 17:31:48 +0000 Subject: Quick and (very) dirty hack to test Camel more easily. 1999-08-09 bertrand * 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 --- tests/ui-tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ui-tests/Makefile.am') 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) -- cgit