strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added an initiator-only socket implementation which binds ports on demand
[strongswan.git]
/
src
/
charon
/
Makefile.am
diff --git
a/src/charon/Makefile.am
b/src/charon/Makefile.am
index
000515b
..
40e3e7c
100644
(file)
--- a/
src/charon/Makefile.am
+++ b/
src/charon/Makefile.am
@@
-164,6
+164,11
@@
if USE_SOCKET_RAW
PLUGINS += socket-raw
endif
+if USE_SOCKET_DYNAMIC
+ SUBDIRS += plugins/socket_dynamic
+ PLUGINS += socket-dynamic
+endif
+
if USE_STROKE
SUBDIRS += plugins/stroke
PLUGINS += stroke