]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/libcharon/plugins/kernel_pfroute/Makefile.am
libhydra: Move kernel interface to libcharon
[thirdparty/strongswan.git] / src / libcharon / plugins / kernel_pfroute / Makefile.am
1 AM_CPPFLAGS = \
2 -I${linux_headers} \
3 -I$(top_srcdir)/src/libstrongswan \
4 -I$(top_srcdir)/src/libcharon
5
6 AM_CFLAGS = \
7 $(PLUGIN_CFLAGS)
8
9 if MONOLITHIC
10 noinst_LTLIBRARIES = libstrongswan-kernel-pfroute.la
11 else
12 plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la
13 endif
14
15 libstrongswan_kernel_pfroute_la_SOURCES = \
16 kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
17 kernel_pfroute_net.h kernel_pfroute_net.c
18
19 libstrongswan_kernel_pfroute_la_LDFLAGS = -module -avoid-version