diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-12 05:08:41 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-12 05:08:41 +0800 |
commit | 82531ef38a893e6da86eb431696d504b393a0235 (patch) | |
tree | 596e60bb37c989c0da38cbfd039f4718ead70bb2 /mail/Makefile.am | |
parent | ed88f237863dc3dd5aec568196b61008df2e9b8c (diff) | |
download | gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.gz gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.tar.zst gsoc2013-evolution-82531ef38a893e6da86eb431696d504b393a0235.zip |
Fix 'Test settings' in the prefs dialog. Update the async readme.
svn path=/trunk/; revision=4752
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index f8f63885ce..9e0b0a2640 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = evolution-mail -noinst_PROGRAMS = test-mail test-thread +noinst_PROGRAMS = test-mail #test-thread providerdir = $(libdir)/evolution/camel-providers/$(VERSION) @@ -93,23 +93,23 @@ evolution_mail_LDADD = \ test_mail_SOURCES = \ test-mail.c -test_mail_LDADD = \ - $(BONOBO_HTML_GNOME_LIBS) - -test_thread_SOURCES = \ - mail-threads.c \ - mail-threads.h \ - test-thread.c - -test_thread_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libibex/libibex.la \ - $(BONOBO_HTML_GNOME_LIBS) \ - $(UNICODE_LIBS) \ - $(THREADS_LIBS) - -test_thread_CFLAGS = -g $(THREADS_CFLAGS) +#test_mail_LDADD = \ +# $(BONOBO_HTML_GNOME_LIBS) +# +#test_thread_SOURCES = \ +# mail-threads.c \ +# mail-threads.h \ +# test-thread.c +# +#test_thread_LDADD = \ +# $(top_builddir)/camel/libcamel.la \ +# $(top_builddir)/e-util/libeutil.la \ +# $(top_builddir)/libibex/libibex.la \ +# $(BONOBO_HTML_GNOME_LIBS) \ +# $(UNICODE_LIBS) \ +# $(THREADS_LIBS) +# +#test_thread_CFLAGS = -g $(THREADS_CFLAGS) GOAD_FILES = evolution-mail.gnorba OAF_FILES = evolution-mail.oafinfo |