Annotation of embedaddon/strongswan/src/libstrongswan/plugins/curve25519/Makefile.am, revision 1.1.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-curve25519.la
                      9: else
                     10: plugin_LTLIBRARIES = libstrongswan-curve25519.la
                     11: endif
                     12: 
                     13: libstrongswan_curve25519_la_SOURCES = \
                     14:        curve25519_dh.h curve25519_dh.c \
                     15:        curve25519_drv.h curve25519_drv.c \
                     16:        curve25519_drv_portable.h curve25519_drv_portable.c \
                     17:        curve25519_identity_hasher.h curve25519_identity_hasher.c \
                     18:        curve25519_plugin.h curve25519_plugin.c \
                     19:        curve25519_private_key.h curve25519_private_key.c \
                     20:        curve25519_public_key.h curve25519_public_key.c \
                     21:        ref10/ref10.h ref10/ref10.c ref10/base.h ref10/base2.h
                     22: 
                     23: libstrongswan_curve25519_la_LDFLAGS = -module -avoid-version

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