2 -I$(top_srcdir)/src/libstrongswan
8 # these files are also used by the tests, we can't directly refer to them
9 # because of the subdirectory, which would cause distclean to fail
10 noinst_LTLIBRARIES = libcurve25519.la
11 libcurve25519_la_SOURCES = \
12 curve25519_private_key.h curve25519_private_key.c \
13 curve25519_public_key.h curve25519_public_key.c \
14 ref10/ref10.h ref10/ref10.c ref10/base.h ref10/base2.h
17 noinst_LTLIBRARIES += libstrongswan-curve25519.la
19 plugin_LTLIBRARIES = libstrongswan-curve25519.la
22 libstrongswan_curve25519_la_SOURCES = \
23 curve25519_dh.h curve25519_dh.c \
24 curve25519_drv.h curve25519_drv.c \
25 curve25519_drv_portable.h curve25519_drv_portable.c \
26 curve25519_identity_hasher.h curve25519_identity_hasher.c \
27 curve25519_plugin.h curve25519_plugin.c
29 libstrongswan_curve25519_la_LDFLAGS = -module -avoid-version
31 libstrongswan_curve25519_la_LIBADD = libcurve25519.la