File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / tnc_ifmap / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:45 2020 UTC (4 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

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

AM_CFLAGS = \
	${xml_CFLAGS} \
	$(PLUGIN_CFLAGS)

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>