From: Tobias Brunner Date: Fri, 5 Mar 2010 10:05:32 +0000 (+0100) Subject: Build libstrongswan before building any plugins during the non-monolithic build ... X-Git-Tag: 4.4.0~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ace35282cf6840f63e6704a1737ca3fb210fac4;p=thirdparty%2Fstrongswan.git Build libstrongswan before building any plugins during the non-monolithic build (as it was before). --- diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index 1b7fbc3589..351e799136 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