Annotation of embedaddon/strongswan/src/libtnccs/plugins/tnccs_11/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_CFLAGS = \
        !             8:        ${xml_CFLAGS} \
        !             9:        $(PLUGIN_CFLAGS)
        !            10: 
        !            11: libstrongswan_tnccs_11_la_LIBADD = ${xml_LIBS}
        !            12: 
        !            13: if MONOLITHIC
        !            14: noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
        !            15: else
        !            16: plugin_LTLIBRARIES = libstrongswan-tnccs-11.la
        !            17: libstrongswan_tnccs_11_la_LIBADD += \
        !            18:        $(top_builddir)/src/libtncif/libtncif.la \
        !            19:        $(top_builddir)/src/libtnccs/libtnccs.la
        !            20: endif
        !            21: 
        !            22: libstrongswan_tnccs_11_la_SOURCES = \
        !            23:        tnccs_11_plugin.h tnccs_11_plugin.c tnccs_11.h tnccs_11.c \
        !            24:        batch/tnccs_batch.h batch/tnccs_batch.c \
        !            25:        messages/tnccs_msg.h messages/tnccs_msg.c \
        !            26:        messages/imc_imv_msg.h messages/imc_imv_msg.c \
        !            27:        messages/tnccs_error_msg.h messages/tnccs_error_msg.c \
        !            28:        messages/tnccs_preferred_language_msg.h messages/tnccs_preferred_language_msg.c \
        !            29:        messages/tnccs_reason_strings_msg.h messages/tnccs_reason_strings_msg.c \
        !            30:        messages/tnccs_recommendation_msg.h messages/tnccs_recommendation_msg.c \
        !            31:        messages/tnccs_tncs_contact_info_msg.h messages/tnccs_tncs_contact_info_msg.c
        !            32: 
        !            33: libstrongswan_tnccs_11_la_LDFLAGS = -module -avoid-version

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