Added a simple led plugin to control Linux LEDs based on IKE activity

This commit is contained in:
Martin Willi
2010-09-08 12:00:57 +02:00
parent 51b385d44d
commit 30cd31fb69
7 changed files with 426 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-led.la
else
plugin_LTLIBRARIES = libstrongswan-led.la
endif
libstrongswan_led_la_SOURCES = led_plugin.h led_plugin.c \
led_listener.h led_listener.c
libstrongswan_led_la_LDFLAGS = -module -avoid-version