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

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libcharon \
        !             4:        -DIPSEC_PIDDIR=\"${piddir}\"
        !             5: 
        !             6: AM_CFLAGS = \
        !             7:        $(PLUGIN_CFLAGS)
        !             8: 
        !             9: if MONOLITHIC
        !            10: noinst_LTLIBRARIES = libstrongswan-ha.la
        !            11: else
        !            12: plugin_LTLIBRARIES = libstrongswan-ha.la
        !            13: endif
        !            14: 
        !            15: libstrongswan_ha_la_SOURCES = \
        !            16:   ha_plugin.h ha_plugin.c \
        !            17:   ha_message.h ha_message.c \
        !            18:   ha_socket.h ha_socket.c \
        !            19:   ha_tunnel.h ha_tunnel.c \
        !            20:   ha_dispatcher.h ha_dispatcher.c \
        !            21:   ha_segments.h ha_segments.c \
        !            22:   ha_cache.h ha_cache.c \
        !            23:   ha_kernel.h ha_kernel.c \
        !            24:   ha_ctl.h ha_ctl.c \
        !            25:   ha_ike.h ha_ike.c \
        !            26:   ha_child.h ha_child.c \
        !            27:   ha_attribute.h ha_attribute.c
        !            28: libstrongswan_ha_la_LDFLAGS = -module -avoid-version

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