[SCM] GNU Mailutils branch, master, updated. release-2.2-77-g0ae3a52
"Sergey Poznyakoff" <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=0ae3a52ef8c7757c6aebe351355d728db13cbf30
The branch, master has been updated
via 0ae3a52ef8c7757c6aebe351355d728db13cbf30 (commit)
from 3397a3ae738cd7f1dfc8820c6575b241394f7c85 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0ae3a52ef8c7757c6aebe351355d728db13cbf30
Author: Sergey Poznyakoff <[email protected]>
Date: Wed Sep 15 01:42:10 2010 +0300
Bugfix.
* libmailutils/Makefile.am (SUBDIRS): Make sure tests are descended
into only when the libmailutils library is already built.
-----------------------------------------------------------------------
Summary of changes:
libmailutils/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libmailutils/Makefile.am b/libmailutils/Makefile.am
index ea8d738..e05edd8 100644
--- a/libmailutils/Makefile.am
+++ b/libmailutils/Makefile.am
@@ -24,7 +24,7 @@ YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap
AM_YFLAGS=-vt
AM_LFLAGS=-dvp
-SUBDIRS = tests
+SUBDIRS = . tests
lib_LTLIBRARIES = libmailutils.la
hooks/post-receive
--
GNU Mailutils