Annotation of embedaddon/strongswan/src/libcharon/plugins/duplicheck/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-duplicheck.la
        !            11: else
        !            12: plugin_LTLIBRARIES = libstrongswan-duplicheck.la
        !            13: endif
        !            14: 
        !            15: libstrongswan_duplicheck_la_SOURCES = duplicheck_plugin.h duplicheck_plugin.c \
        !            16:        duplicheck_listener.h duplicheck_listener.c \
        !            17:        duplicheck_notify.h duplicheck_notify.c \
        !            18:        duplicheck_msg.h
        !            19: 
        !            20: libstrongswan_duplicheck_la_LDFLAGS = -module -avoid-version
        !            21: 
        !            22: ipsec_PROGRAMS = duplicheck
        !            23: duplicheck_SOURCES = duplicheck.c

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