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

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libcharon/plugins/counters \
        !             4:        -I$(top_srcdir)/src/libcharon \
        !             5:        -I$(top_srcdir)/src/stroke \
        !             6:        -DIPSEC_CONFDIR=\"${sysconfdir}\" \
        !             7:        -DIPSEC_PIDDIR=\"${piddir}\"
        !             8: 
        !             9: AM_CFLAGS = \
        !            10:        $(PLUGIN_CFLAGS)
        !            11: 
        !            12: if MONOLITHIC
        !            13: noinst_LTLIBRARIES = libstrongswan-stroke.la
        !            14: else
        !            15: plugin_LTLIBRARIES = libstrongswan-stroke.la
        !            16: endif
        !            17: 
        !            18: libstrongswan_stroke_la_SOURCES = \
        !            19:        stroke_plugin.h stroke_plugin.c \
        !            20:        stroke_socket.h stroke_socket.c \
        !            21:        stroke_config.h stroke_config.c \
        !            22:        stroke_control.h stroke_control.c \
        !            23:        stroke_cred.h stroke_cred.c \
        !            24:        stroke_ca.h stroke_ca.c \
        !            25:        stroke_attribute.h stroke_attribute.c \
        !            26:        stroke_handler.h stroke_handler.c \
        !            27:        stroke_counter.h stroke_counter.c \
        !            28:        stroke_list.h stroke_list.c
        !            29: 
        !            30: libstrongswan_stroke_la_LDFLAGS = -module -avoid-version

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