summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/tnccs_20/Makefile.am
blob: d72fd3e34ad300db67a832ad028f0b9c62423043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-tnccs-20.la
else
plugin_LTLIBRARIES = libstrongswan-tnccs-20.la
libstrongswan_tnccs_20_la_LIBADD = $(top_builddir)/src/libtls/libtls.la
endif

libstrongswan_tnccs_20_la_SOURCES = \
	tnccs_20_plugin.h tnccs_20_plugin.c tnccs_20.h tnccs_20.c \
	batch/pb_tnc_batch.h batch/pb_tnc_batch.c \
	messages/pb_tnc_msg.h messages/pb_tnc_msg.c \
	messages/pb_experimental_msg.h messages/pb_experimental_msg.c \
	messages/pb_pa_msg.h messages/pb_pa_msg.c \
	messages/pb_assessment_result_msg.h messages/pb_assessment_result_msg.c \
	messages/pb_access_recommendation_msg.h messages/pb_access_recommendation_msg.c \
	messages/pb_error_msg.h messages/pb_error_msg.c \
	messages/pb_language_preference_msg.h messages/pb_language_preference_msg.c \
	messages/pb_reason_string_msg.h messages/pb_reason_string_msg.c \
	messages/pb_remediation_parameters_msg.h messages/pb_remediation_parameters_msg.c \
	state_machine/pb_tnc_state_machine.h state_machine/pb_tnc_state_machine.c

libstrongswan_tnccs_20_la_LDFLAGS = -module -avoid-version