summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/led/Makefile.am
blob: 6428361fc3097797542ec6c2a0c3d84133527610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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