summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/tnccs_11/Makefile.am
blob: 1a034e25bf4d67394f3eff32a193522b14377900 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
<<<<<<< HEAD
	-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \
	`xml2-config --cflags`

AM_CFLAGS = -rdynamic

libstrongswan_tnccs_11_la_LIBADD = -ltnc
=======
	-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls ${xml_CFLAGS}

AM_CFLAGS = -rdynamic

libstrongswan_tnccs_11_la_LIBADD = ${xml_LIBS}
>>>>>>> upstream/4.5.1

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
else
plugin_LTLIBRARIES = libstrongswan-tnccs-11.la
<<<<<<< HEAD
libstrongswan_tnccs_11_la_LIBADD += $(top_builddir)/src/libtls/libtls.la
endif

libstrongswan_tnccs_11_la_SOURCES = \
	tnccs_11_plugin.h tnccs_11_plugin.c tnccs_11.h tnccs_11.c
=======
endif

libstrongswan_tnccs_11_la_SOURCES = \
	tnccs_11_plugin.h tnccs_11_plugin.c tnccs_11.h tnccs_11.c \
	batch/tnccs_batch.h batch/tnccs_batch.c \
	messages/tnccs_msg.h messages/tnccs_msg.c \
	messages/imc_imv_msg.h messages/imc_imv_msg.c \
	messages/tnccs_error_msg.h messages/tnccs_error_msg.c \
	messages/tnccs_preferred_language_msg.h messages/tnccs_preferred_language_msg.c \
	messages/tnccs_reason_strings_msg.h messages/tnccs_reason_strings_msg.c \
	messages/tnccs_recommendation_msg.h messages/tnccs_recommendation_msg.c \
	messages/tnccs_tncs_contact_info_msg.h messages/tnccs_tncs_contact_info_msg.c
>>>>>>> upstream/4.5.1

libstrongswan_tnccs_11_la_LDFLAGS = -module -avoid-version