Annotation of embedaddon/strongswan/src/libstrongswan/plugins/unbound/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -DIPSEC_CONFDIR=\"${sysconfdir}\"
        !             4: 
        !             5: AM_CFLAGS = \
        !             6:        $(PLUGIN_CFLAGS)
        !             7: 
        !             8: if MONOLITHIC
        !             9: noinst_LTLIBRARIES = libstrongswan-unbound.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-unbound.la
        !            12: endif
        !            13: 
        !            14: libstrongswan_unbound_la_SOURCES = \
        !            15:        unbound_plugin.h unbound_plugin.c \
        !            16:        unbound_resolver.c unbound_resolver.h \
        !            17:        unbound_rr.h unbound_rr.c \
        !            18:        unbound_response.h unbound_response.c
        !            19: 
        !            20: libstrongswan_unbound_la_LDFLAGS = -module -avoid-version
        !            21: libstrongswan_unbound_la_LIBADD  = -lunbound -lldns

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