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

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan
        !             3: 
        !             4: AM_CFLAGS = \
        !             5:        $(PLUGIN_CFLAGS) \
        !             6:        $(botan_CFLAGS)
        !             7: 
        !             8: if MONOLITHIC
        !             9: noinst_LTLIBRARIES = libstrongswan-botan.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-botan.la
        !            12: endif
        !            13: 
        !            14: libstrongswan_botan_la_SOURCES = \
        !            15:        botan_plugin.h botan_plugin.c \
        !            16:        botan_rng.h botan_rng.c \
        !            17:        botan_hasher.h botan_hasher.c \
        !            18:        botan_hmac.h botan_hmac.c \
        !            19:        botan_crypter.h botan_crypter.c \
        !            20:        botan_rsa_public_key.h botan_rsa_public_key.c \
        !            21:        botan_rsa_private_key.h botan_rsa_private_key.c \
        !            22:        botan_diffie_hellman.h botan_diffie_hellman.c \
        !            23:        botan_ec_diffie_hellman.h botan_ec_diffie_hellman.c \
        !            24:        botan_ec_public_key.h botan_ec_public_key.c \
        !            25:        botan_ec_private_key.h botan_ec_private_key.c \
        !            26:        botan_ed_public_key.h botan_ed_public_key.c \
        !            27:        botan_ed_private_key.h botan_ed_private_key.c \
        !            28:        botan_util.h botan_util.c \
        !            29:        botan_util_keys.h botan_util_keys.c \
        !            30:        botan_aead.h botan_aead.c \
        !            31:        botan_x25519.h botan_x25519.c
        !            32: 
        !            33: libstrongswan_botan_la_LDFLAGS = -module -avoid-version
        !            34: libstrongswan_botan_la_LIBADD = $(botan_LIBS)

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