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

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libcharon
        !             4: 
        !             5: AM_LDFLAGS = \
        !             6:        -no-undefined
        !             7: 
        !             8: ipseclib_LTLIBRARIES = libsimaka.la
        !             9: 
        !            10: libsimaka_la_LIBADD = \
        !            11:        $(top_builddir)/src/libstrongswan/libstrongswan.la
        !            12: 
        !            13: if USE_WINDOWS
        !            14:   libsimaka_la_LIBADD += -lws2_32
        !            15: endif
        !            16: 
        !            17: libsimaka_la_SOURCES = simaka_message.h simaka_message.c \
        !            18:   simaka_crypto.h simaka_crypto.c simaka_manager.h simaka_manager.c \
        !            19:   simaka_card.h simaka_provider.h simaka_hooks.h

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