summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/kernel_iph/Makefile.am
blob: 707570195fb1b28a4260765bee0194c5d16e0a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_kernel_iph_la_SOURCES = \
	kernel_iph_plugin.h kernel_iph_plugin.c \
	kernel_iph_net.h kernel_iph_net.c

libstrongswan_kernel_iph_la_LDFLAGS = -module -avoid-version
libstrongswan_kernel_iph_la_LIBADD = -liphlpapi