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, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    1: ipseclib_LTLIBRARIES = libipsec.la
    2: 
    3: libipsec_la_SOURCES = \
    4: ipsec.c ipsec.h \
    5: esp_context.c esp_context.h \
    6: esp_packet.c esp_packet.h \
    7: ip_packet.c ip_packet.h \
    8: ipsec_event_listener.h \
    9: ipsec_event_relay.c ipsec_event_relay.h \
   10: ipsec_policy.c ipsec_policy.h \
   11: ipsec_policy_mgr.c ipsec_policy_mgr.h \
   12: ipsec_processor.c ipsec_processor.h \
   13: ipsec_sa.c ipsec_sa.h \
   14: ipsec_sa_mgr.c ipsec_sa_mgr.h
   15: 
   16: libipsec_la_LIBADD = \
   17: 	$(top_builddir)/src/libstrongswan/libstrongswan.la
   18: 
   19: if USE_WINDOWS
   20:   libipsec_la_LIBADD += -lws2_32
   21: endif
   22: 
   23: AM_CPPFLAGS = \
   24: 	-I$(top_srcdir)/src/libstrongswan
   25: 
   26: AM_CFLAGS = \
   27: 	@COVERAGE_CFLAGS@
   28: 
   29: AM_LDFLAGS = \
   30: 	-no-undefined
   31: 
   32: EXTRA_DIST = Android.mk
   33: 
   34: SUBDIRS = . tests

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