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

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libtls \
        !             4:        -I$(top_srcdir)/src/libtncif \
        !             5:        -I$(top_srcdir)/src/libtnccs
        !             6: 
        !             7: AM_LDFLAGS = \
        !             8:        -no-undefined
        !             9: 
        !            10: ipseclib_LTLIBRARIES = libpttls.la
        !            11: 
        !            12: libpttls_la_LIBADD = \
        !            13:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
        !            14:        $(top_builddir)/src/libtls/libtls.la
        !            15: 
        !            16: if USE_WINDOWS
        !            17:   libpttls_la_LIBADD += -lws2_32
        !            18: endif
        !            19: 
        !            20: libpttls_la_SOURCES = pt_tls.c pt_tls.h \
        !            21:        pt_tls_client.c pt_tls_client.h \
        !            22:        pt_tls_server.c pt_tls_server.h \
        !            23:        pt_tls_dispatcher.c pt_tls_dispatcher.h \
        !            24:        sasl/sasl_plain/sasl_plain.c sasl/sasl_plain/sasl_plain.h \
        !            25:        sasl/sasl_mechanism.c sasl/sasl_mechanism.h

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