From f0e2807dbe1d424b549216e4e0b6e97b6b34deac Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 3 Jul 2000 00:33:50 +0000 Subject: test-mail and test-thread should be noinst. * Makefile.am (bin_PROGRAMS): test-mail and test-thread should be noinst. svn path=/trunk/; revision=3861 --- mail/ChangeLog | 3 +++ mail/Makefile.am | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index acccc84a14..06792e2f38 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2000-07-02 Dan Winship + * Makefile.am (bin_PROGRAMS): test-mail and test-thread should be + noinst. + * mail-ops.c (real_fetch_mail): (vfolder_editor_clicked): * component-factory.c (create_vfolder_storage): diff --git a/mail/Makefile.am b/mail/Makefile.am index 54b364bf7b..6c5b4f1623 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,4 +1,6 @@ -bin_PROGRAMS = evolution-mail test-mail test-thread +bin_PROGRAMS = evolution-mail + +noinst_PROGRAMS = test-mail test-thread providerdir = $(libdir)/evolution/camel-providers/$(VERSION) -- cgit v1.2.3