diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-06 05:25:53 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-06 05:25:53 +0800 |
commit | 7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2 (patch) | |
tree | 936e1d536aa5ac9c2a5c88c91fbb0ad134972b5d /tests/Makefile.am | |
parent | 5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b (diff) | |
download | gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar.gz gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar.bz2 gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar.lz gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar.xz gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.tar.zst gsoc2013-evolution-7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2.zip |
test mh provider.
1999-08-05 bertrand <Bertrand.Guiheneuf@aful.org>
* tests/test4.c:
test mh provider.
* camel/providers/MH/camel-mh-folder.c (_get_message):
implemented
svn path=/trunk/; revision=1083
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ac29a88a93..3e8f4de850 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # process this file with automake to create Makefile.in INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ - -I$(includedir) + -I$(includedir) -I$(top_srcdir)/camel/providers/MH LDADD = \ $(top_builddir)/camel/libcamel.la \ @@ -9,8 +9,18 @@ LDADD = \ $(GNOMEUI_LIBS) $(INTLLIBS) # $(BONOBO_LIBS) + + + +test4_LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/camel/providers/MH/libcamelmh.la \ + $(GNOME_LIBDIR) \ + $(GNOMEUI_LIBS) $(INTLLIBS) + + noinst_PROGRAMS = \ test1 \ test2 \ - test3 - + test3 \ + test4 |