strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23763c2
)
Build libstrongswan before building any plugins during the non-monolithic build ...
author
Tobias Brunner
<tobias@strongswan.org>
Fri, 5 Mar 2010 10:05:32 +0000
(11:05 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 5 Mar 2010 10:05:32 +0000
(11:05 +0100)
src/libstrongswan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/libstrongswan/Makefile.am
b/src/libstrongswan/Makefile.am
index
1b7fbc3
..
351e799
100644
(file)
--- 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