Added a farp plugin stop to spoof ARP requests

This commit is contained in:
Martin Willi
2010-03-25 14:39:32 +01:00
parent 2d097a0b57
commit 0d7b48a388
5 changed files with 119 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-farp.la
else
plugin_LTLIBRARIES = libstrongswan-farp.la
endif
libstrongswan_farp_la_SOURCES = farp_plugin.h farp_plugin.c
libstrongswan_farp_la_LDFLAGS = -module -avoid-version