summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/tnc_ifmap/Makefile.am
blob: dfbb1b63265bd3789b3dca1eb62e4e62a68aa4b2 (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
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libtls \
	-I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = \
	${xml_CFLAGS} \
	-rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-tnc-ifmap.la
else
plugin_LTLIBRARIES = libstrongswan-tnc-ifmap.la
endif

libstrongswan_tnc_ifmap_la_LIBADD = \
	$(top_builddir)/src/libtls/libtls.la ${xml_LIBS}

libstrongswan_tnc_ifmap_la_SOURCES = \
	tnc_ifmap_plugin.h tnc_ifmap_plugin.c \
	tnc_ifmap_listener.h tnc_ifmap_listener.c \
	tnc_ifmap_soap.h tnc_ifmap_soap.c \
	tnc_ifmap_soap_msg.h tnc_ifmap_soap_msg.c \
	tnc_ifmap_http.h tnc_ifmap_http.c \
	tnc_ifmap_renew_session_job.h tnc_ifmap_renew_session_job.c

libstrongswan_tnc_ifmap_la_LDFLAGS = -module -avoid-version