aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/curve25519/Makefile.am
blob: e97a61c2c88782434d516412e6b7f0a2c778d611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-curve25519.la
else
plugin_LTLIBRARIES = libstrongswan-curve25519.la
endif

libstrongswan_curve25519_la_SOURCES = \
	curve25519_dh.h curve25519_dh.c \
	curve25519_drv.h curve25519_drv.c \
	curve25519_drv_portable.h curve25519_drv_portable.c \
	curve25519_plugin.h curve25519_plugin.c

libstrongswan_curve25519_la_LDFLAGS = -module -avoid-version