Annotation of embedaddon/strongswan/src/libcharon/plugins/eap_tnc/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:        -I$(top_srcdir)/src/libtncif \
        !             6:        -I$(top_srcdir)/src/libtnccs
        !             7: 
        !             8: AM_CFLAGS = \
        !             9:        $(PLUGIN_CFLAGS)
        !            10: 
        !            11: if MONOLITHIC
        !            12: noinst_LTLIBRARIES = libstrongswan-eap-tnc.la
        !            13: else
        !            14: plugin_LTLIBRARIES = libstrongswan-eap-tnc.la
        !            15: libstrongswan_eap_tnc_la_LIBADD = \
        !            16:        $(top_builddir)/src/libtls/libtls.la \
        !            17:        $(top_builddir)/src/libtnccs/libtnccs.la
        !            18: endif
        !            19: 
        !            20: libstrongswan_eap_tnc_la_SOURCES = \
        !            21:        eap_tnc_plugin.h eap_tnc_plugin.c eap_tnc.h eap_tnc.c
        !            22: 
        !            23: libstrongswan_eap_tnc_la_LDFLAGS = -module -avoid-version

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