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 ...@@ -24,7 +24,7 @@ YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap
24 AM_YFLAGS=-vt 24 AM_YFLAGS=-vt
25 AM_LFLAGS=-dvp 25 AM_LFLAGS=-dvp
26 26
27 SUBDIRS = tests 27 SUBDIRS = . tests
28 28
29 lib_LTLIBRARIES = libmailutils.la 29 lib_LTLIBRARIES = libmailutils.la
30 30
......