summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/constraints/Makefile.am
blob: d80d39a2d318e8fddcd788077a0958cefdc2c918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-constraints.la
else
plugin_LTLIBRARIES = libstrongswan-constraints.la
endif

libstrongswan_constraints_la_SOURCES = \
	constraints_plugin.h constraints_plugin.c \
	constraints_validator.h constraints_validator.c

libstrongswan_constraints_la_LDFLAGS = -module -avoid-version