Fixes parallel make http://git.cyrusimap.org/cyrus-sasl/commit/?id=5611d43e27098f659f84155271cf42f46aab1caf From 5611d43e27098f659f84155271cf42f46aab1caf Mon Sep 17 00:00:00 2001 From: Alexey Melnikov Date: Thu, 22 Sep 2011 14:41:12 +0000 Subject: lib should be built before plugins (Patch from marcandre.lureau@redhat.com) --- diff --git a/Makefile.am b/Makefile.am index d6005fb..b35164e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ else INSTALLOSX = endif -SUBDIRS=include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD) +SUBDIRS=include sasldb lib plugins utils doc man $(PWC) $(SAM) $(JAV) $(SAD) EXTRA_DIST=config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT dist-hook: -- cgit v0.9.0.2