Annotation of embedaddon/strongswan/src/libstrongswan/plugins/gmp/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: 
        !             7: if MONOLITHIC
        !             8: noinst_LTLIBRARIES = libstrongswan-gmp.la
        !             9: else
        !            10: plugin_LTLIBRARIES = libstrongswan-gmp.la
        !            11: endif
        !            12: 
        !            13: libstrongswan_gmp_la_SOURCES = \
        !            14:        gmp_plugin.h gmp_plugin.c \
        !            15:        gmp_diffie_hellman.c gmp_diffie_hellman.h \
        !            16:        gmp_rsa_private_key.c gmp_rsa_private_key.h \
        !            17:        gmp_rsa_public_key.c gmp_rsa_public_key.h
        !            18: 
        !            19: libstrongswan_gmp_la_LDFLAGS = -module -avoid-version
        !            20: libstrongswan_gmp_la_LIBADD  = -lgmp

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