File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libipsec / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:08 2021 UTC (3 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

ipseclib_LTLIBRARIES = libipsec.la

libipsec_la_SOURCES = \
ipsec.c ipsec.h \
esp_context.c esp_context.h \
esp_packet.c esp_packet.h \
ip_packet.c ip_packet.h \
ipsec_event_listener.h \
ipsec_event_relay.c ipsec_event_relay.h \
ipsec_policy.c ipsec_policy.h \
ipsec_policy_mgr.c ipsec_policy_mgr.h \
ipsec_processor.c ipsec_processor.h \
ipsec_sa.c ipsec_sa.h \
ipsec_sa_mgr.c ipsec_sa_mgr.h

libipsec_la_LIBADD = \
	$(top_builddir)/src/libstrongswan/libstrongswan.la

if USE_WINDOWS
  libipsec_la_LIBADD += -lws2_32
endif

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

AM_CFLAGS = \
	@COVERAGE_CFLAGS@

AM_LDFLAGS = \
	-no-undefined

EXTRA_DIST = Android.mk

SUBDIRS = . tests

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