Files
strongswan-ext/src/libcharon/plugins/selinux/Makefile.am
T
Tobias Brunner b00a4e778f selinux: Add plugin to install trap policies with generic labels
After establishing an IKE_SA, we check if any of its child configs
define generic SELinux labels and install trap policies for them if
necessary narrowed to the current (virtual) IPs.
2022-04-14 18:42:01 +02:00

19 lines
408 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = \
$(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-selinux.la
else
plugin_LTLIBRARIES = libstrongswan-selinux.la
endif
libstrongswan_selinux_la_SOURCES = \
selinux_plugin.h selinux_plugin.c \
selinux_listener.h selinux_listener.c
libstrongswan_selinux_la_LDFLAGS = -module -avoid-version