summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/test_vectors/Makefile.am
blob: 0493019771a19334cbb526d7b148378b433768d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-test-vectors.la
else
plugin_LTLIBRARIES = libstrongswan-test-vectors.la
endif

libstrongswan_test_vectors_la_SOURCES = \
	test_vectors_plugin.h test_vectors_plugin.c test_vectors.h \
	test_vectors/3des_cbc.c \
	test_vectors/aes_cbc.c \
	test_vectors/aes_ctr.c \
	test_vectors/aes_xcbc.c \
	test_vectors/aes_ccm.c \
	test_vectors/aes_gcm.c \
	test_vectors/blowfish.c \
	test_vectors/camellia_cbc.c \
	test_vectors/camellia_ctr.c \
	test_vectors/camellia_xcbc.c \
	test_vectors/cast.c \
	test_vectors/des.c \
	test_vectors/idea.c \
	test_vectors/null.c \
	test_vectors/rc5.c \
	test_vectors/serpent_cbc.c \
	test_vectors/twofish_cbc.c \
	test_vectors/md2.c \
	test_vectors/md4.c \
	test_vectors/md5.c \
	test_vectors/md5_hmac.c \
	test_vectors/sha1.c \
	test_vectors/sha1_hmac.c \
	test_vectors/sha2.c \
	test_vectors/sha2_hmac.c \
	test_vectors/fips_prf.c \
	test_vectors/rng.c

libstrongswan_test_vectors_la_LDFLAGS = -module -avoid-version