summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-09-15 01:42:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-09-15 01:42:10 +0300
commit0ae3a52ef8c7757c6aebe351355d728db13cbf30 (patch)
tree4c565c34945478a774d5e4dda2b0ce6389410ef7
parent3397a3ae738cd7f1dfc8820c6575b241394f7c85 (diff)
downloadmailutils-0ae3a52ef8c7757c6aebe351355d728db13cbf30.tar.gz
mailutils-0ae3a52ef8c7757c6aebe351355d728db13cbf30.tar.bz2
Bugfix.
* libmailutils/Makefile.am (SUBDIRS): Make sure tests are descended into only when the libmailutils library is already built.
-rw-r--r--libmailutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/Makefile.am b/libmailutils/Makefile.am
index ea8d7389d..e05edd883 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

Return to:

Send suggestions and report system problems to the System administrator.