From 0ace35282cf6840f63e6704a1737ca3fb210fac4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 5 Mar 2010 11:05:32 +0100 Subject: [PATCH] Build libstrongswan before building any plugins during the non-monolithic build (as it was before). --- src/libstrongswan/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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