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 a farp plugin stop to spoof ARP requests
[strongswan.git]
/
src
/
libcharon
/
Makefile.am
diff --git
a/src/libcharon/Makefile.am
b/src/libcharon/Makefile.am
index
b1823ca
..
9ed1ffe
100644
(file)
--- a/
src/libcharon/Makefile.am
+++ b/
src/libcharon/Makefile.am
@@
-205,6
+205,14
@@
if MONOLITHIC
endif
endif
+if USE_FARP
+ SUBDIRS += plugins/farp
+ PLUGINS += farp
+if MONOLITHIC
+ libcharon_la_LIBADD += plugins/farp/libstrongswan-farp.la
+endif
+endif
+
if USE_STROKE
SUBDIRS += plugins/stroke
PLUGINS += stroke