Annotation of embedaddon/strongswan/src/libipsec/Makefile.am, revision 1.1

1.1     ! misho       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_LDFLAGS = \
        !            27:        -no-undefined
        !            28: 
        !            29: EXTRA_DIST = Android.mk
        !            30: 
        !            31: SUBDIRS = . tests

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