Commit 0ae3a52e 0ae3a52ef8c7757c6aebe351355d728db13cbf30 by Sergey Poznyakoff

Bugfix.

* libmailutils/Makefile.am (SUBDIRS): Make sure tests are descended
into only when the libmailutils library is already built.
1 parent 3397a3ae
......@@ -24,7 +24,7 @@ YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap
AM_YFLAGS=-vt
AM_LFLAGS=-dvp
SUBDIRS = tests
SUBDIRS = . tests
lib_LTLIBRARIES = libmailutils.la
......