]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
github: Use tpm2-tss 3.2.3 for tests
[thirdparty/strongswan.git] / src / Makefile.am
CommitLineData
66bb16b0 1SUBDIRS = . include
cbfb2aff 2
cbfb2aff
MW
3if USE_LIBSTRONGSWAN
4 SUBDIRS += libstrongswan
5endif
6
b70139fb
TB
7if USE_LIBIPSEC
8 SUBDIRS += libipsec
9endif
10
f8330d03
MW
11if USE_SIMAKA
12 SUBDIRS += libsimaka
13endif
14
0f82a470
MW
15if USE_TLS
16 SUBDIRS += libtls
17endif
18
f0f94e2c
MW
19if USE_RADIUS
20 SUBDIRS += libradius
21endif
22
7c4d4d20
AS
23if USE_LIBTNCIF
24 SUBDIRS += libtncif
25endif
26
f0a8bf47 27if USE_LIBTNCCS
f0fa002f
AS
28 SUBDIRS += libtnccs
29endif
30
18d56a18 31if USE_LIBPTTLS
b38d9d5a 32 SUBDIRS += libpttls
18d56a18
MW
33endif
34
c08753bd
AS
35if USE_LIBTPMTSS
36 SUBDIRS += libtpmtss
37endif
38
510f37ab
AS
39if USE_IMCV
40 SUBDIRS += libimcv
41endif
42
1f7aad7f
AS
43if USE_LIBCHARON
44 SUBDIRS += libcharon
db772305
TB
45if USE_KERNEL_NETLINK
46 SUBDIRS += xfrmi
47endif
1f7aad7f
AS
48endif
49
bcbf1109 50if USE_FILE_CONFIG
fff4b74d 51 SUBDIRS += starter
37b3fad7
MW
52endif
53
54if USE_IPSEC_SCRIPT
c05fdf38 55 SUBDIRS += ipsec
bcbf1109
TB
56endif
57
cbfb2aff 58if USE_CHARON
e78ec86d 59 SUBDIRS += charon
cbfb2aff
MW
60endif
61
73ed38e7
MW
62if USE_SYSTEMD
63 SUBDIRS += charon-systemd
64endif
65
1c7a733e
TB
66if USE_NM
67 SUBDIRS += charon-nm
68endif
69
cbfb2aff
MW
70if USE_STROKE
71 SUBDIRS += stroke
72endif
73
1e9c46f1 74if USE_UPDOWN
4e92441d 75 SUBDIRS += _updown
cbfb2aff
MW
76endif
77
b70849ad
MW
78if USE_PKI
79 SUBDIRS += pki
cbfb2aff 80endif
fd4ded97 81
e381e69f
MW
82if USE_SWANCTL
83 SUBDIRS += swanctl
84endif
85
e78ec86d
MW
86if USE_CONFTEST
87 SUBDIRS += conftest
88endif
89
552cc11b
MW
90if USE_FAST
91 SUBDIRS += libfast
92endif
93
b8c7453a
MW
94if USE_MANAGER
95 SUBDIRS += manager
96endif
97
9529fb68
MW
98if USE_MEDSRV
99 SUBDIRS += medsrv
100endif
101
ec6ad6b0
TB
102if USE_ATTR_SQL
103 SUBDIRS += pool
6e288ed1
TB
104else
105if USE_SQL
106 SUBDIRS += pool
107endif
ec6ad6b0
TB
108endif
109
559fe48c
RB
110if USE_TKM
111 SUBDIRS += charon-tkm
112endif
113
1fed10be
MW
114if USE_CMD
115 SUBDIRS += charon-cmd
116endif
117
df434174
MW
118if USE_SVC
119 SUBDIRS += charon-svc
120endif
121
b38d9d5a
AS
122if USE_LIBPTTLS
123 SUBDIRS += pt-tls-client
124endif
125
a9383c2b
AS
126if USE_IMC_SWIMA
127 SUBDIRS += sw-collector
128endif
129
b8481737
AS
130if USE_IMV_SWIMA
131 SUBDIRS += sec-updater
132endif
133
e465c006
TB
134if USE_INTEGRITY_TEST
135 SUBDIRS += checksum
136endif
9be1c8d1
AS
137
138if USE_AIKGEN
139 SUBDIRS += aikgen
140endif
0fb293fc 141
4aa6da69 142if USE_LIBTPMTSS
0fb293fc
AS
143 SUBDIRS += tpm_extendpcr
144endif
cbfc12b3
AS
145
146if USE_CERT_ENROLL
147 SUBDIRS += cert-enroll
148endif