summaryrefslogtreecommitdiff
blob: 6c79bb0fb4067ce6f16213de94b9f89fc1b19a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Fixes parallel make
http://git.cyrusimap.org/cyrus-sasl/commit/?id=5611d43e27098f659f84155271cf42f46aab1caf

From 5611d43e27098f659f84155271cf42f46aab1caf Mon Sep 17 00:00:00 2001
From: Alexey Melnikov <alexey.melnikov@isode.com>
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