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 advanced duplicate checking plugin with liveness check of old SA
[strongswan.git]
/
src
/
libcharon
/
Makefile.am
diff --git
a/src/libcharon/Makefile.am
b/src/libcharon/Makefile.am
index
7ae04f7
..
8a4f891
100644
(file)
--- a/
src/libcharon/Makefile.am
+++ b/
src/libcharon/Makefile.am
@@
-417,6
+417,13
@@
if MONOLITHIC
endif
endif
+if USE_DUPLICHECK
+ SUBDIRS += plugins/duplicheck
+if MONOLITHIC
+ libcharon_la_LIBADD += plugins/duplicheck/libstrongswan-duplicheck.la
+endif
+endif
+
if USE_UCI
SUBDIRS += plugins/uci
if MONOLITHIC