aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-05 11:05:32 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-05 11:05:32 +0100
commit0ace35282cf6840f63e6704a1737ca3fb210fac4 (patch)
treec43631cc50afefa393de8764ba7924ed979fa03e /src
parent23763c2caecd271603a9304688d9aa3cde43a691 (diff)
downloadstrongswan-0ace35282cf6840f63e6704a1737ca3fb210fac4.tar.bz2
strongswan-0ace35282cf6840f63e6704a1737ca3fb210fac4.tar.xz
Build libstrongswan before building any plugins during the non-monolithic build (as it was before).
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am
index 1b7fbc358..351e79913 100644
--- a/src/libstrongswan/Makefile.am
+++ b/src/libstrongswan/Makefile.am
@@ -116,7 +116,11 @@ $(srcdir)/crypto/proposal/proposal_keywords.c: $(srcdir)/crypto/proposal/proposa
# build plugins with their own Makefile
#######################################
+if MONOLITHIC
SUBDIRS =
+else
+SUBDIRS = .
+endif
if USE_AES
SUBDIRS += plugins/aes