diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-09 16:36:29 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-09 16:36:29 +0800 |
commit | a56ab5213877f040f31db0696a1a60bd066772ed (patch) | |
tree | 47c5f75549e2ec794bbd6c437a9032fccea0d65b /tests/ui-tests/Makefile.am | |
parent | ca082de77aec8542e913e1ce374dd849f51a4a27 (diff) | |
download | gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.gz gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.zst gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.zip |
New file; shows a message in tree format, where multipart's have multiple
* tests/ui-tests/message-browser.c: New file; shows a message in
tree format, where multipart's have multiple leaves.
* camel/camel-formatter.c: Changed references from
'multipart/alternate' to 'multipart/alternative'.
svn path=/trunk/; revision=1700
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r-- | tests/ui-tests/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 7c26399bbb..34c05f3115 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -14,3 +14,13 @@ LDADD = \ $(INTLLIBS) \ $(EXTRA_GNOME_LIBS) \ $(PTHREAD_LIB) + +message_browser_LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(INTLLIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(PTHREAD_LIB) \ + $(EXTRA_GNOME_LIBS_THREADS) + +noinst_PROGRAMS = \ + message-browser |