aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_klips/Makefile.am
blob: df639b255ea5bcddcb4ab43bd6202188793c0714 (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

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-kernel-klips.la
else
plugin_LTLIBRARIES = libstrongswan-kernel-klips.la
endif

libstrongswan_kernel_klips_la_SOURCES = \
	kernel_klips_plugin.h kernel_klips_plugin.c \
	kernel_klips_ipsec.h kernel_klips_ipsec.c pfkeyv2.h

libstrongswan_kernel_klips_la_LDFLAGS = -module -avoid-version