Annotation of embedaddon/strongswan/src/libcharon/plugins/eap_tls/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libcharon \
        !             4:        -I$(top_srcdir)/src/libtls
        !             5: 
        !             6: AM_CFLAGS = \
        !             7:        $(PLUGIN_CFLAGS)
        !             8: 
        !             9: if MONOLITHIC
        !            10: noinst_LTLIBRARIES = libstrongswan-eap-tls.la
        !            11: else
        !            12: plugin_LTLIBRARIES = libstrongswan-eap-tls.la
        !            13: libstrongswan_eap_tls_la_LIBADD = $(top_builddir)/src/libtls/libtls.la
        !            14: endif
        !            15: 
        !            16: libstrongswan_eap_tls_la_SOURCES = \
        !            17:        eap_tls_plugin.h eap_tls_plugin.c eap_tls.h eap_tls.c
        !            18: 
        !            19: libstrongswan_eap_tls_la_LDFLAGS = -module -avoid-version

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