summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/kernel_pfkey/Makefile.am
blob: 778a7f9a92f338440aba7a0ff3d05e690b2d8df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon

AM_CFLAGS = -rdynamic

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

libstrongswan_kernel_pfkey_la_SOURCES = \
	kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
	kernel_pfkey_ipsec.h kernel_pfkey_ipsec.c

libstrongswan_kernel_pfkey_la_LDFLAGS = -module -avoid-version