Annotation of embedaddon/strongswan/src/libcharon/plugins/lookip/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-lookip.la
        !            11: else
        !            12: plugin_LTLIBRARIES = libstrongswan-lookip.la
        !            13: endif
        !            14: 
        !            15: libstrongswan_lookip_la_SOURCES = lookip_plugin.h lookip_plugin.c \
        !            16:        lookip_listener.h lookip_listener.c lookip_msg.h \
        !            17:        lookip_socket.h lookip_socket.c
        !            18: 
        !            19: libstrongswan_lookip_la_LDFLAGS = -module -avoid-version
        !            20: 
        !            21: ipsec_PROGRAMS = lookip
        !            22: lookip_SOURCES = lookip.c

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