]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
aikpub2: Convert TSS 2.0 AIK public key blob into PKCS#1 format
[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
510f37ab
AS
35if USE_IMCV
36 SUBDIRS += libimcv
37endif
38
1f7aad7f
AS
39if USE_LIBCHARON
40 SUBDIRS += libcharon
41endif
42
bcbf1109 43if USE_FILE_CONFIG
fff4b74d 44 SUBDIRS += starter
37b3fad7
MW
45endif
46
47if USE_IPSEC_SCRIPT
48 SUBDIRS += ipsec _copyright
bcbf1109
TB
49endif
50
cbfb2aff 51if USE_CHARON
e78ec86d 52 SUBDIRS += charon
cbfb2aff
MW
53endif
54
73ed38e7
MW
55if USE_SYSTEMD
56 SUBDIRS += charon-systemd
57endif
58
1c7a733e
TB
59if USE_NM
60 SUBDIRS += charon-nm
61endif
62
cbfb2aff
MW
63if USE_STROKE
64 SUBDIRS += stroke
65endif
66
1e9c46f1 67if USE_UPDOWN
4e92441d 68 SUBDIRS += _updown
cbfb2aff
MW
69endif
70
3986c1e3 71if USE_SCEPCLIENT
b70849ad
MW
72 SUBDIRS += scepclient
73endif
74
75if USE_PKI
76 SUBDIRS += pki
cbfb2aff 77endif
fd4ded97 78
e381e69f
MW
79if USE_SWANCTL
80 SUBDIRS += swanctl
81endif
82
e78ec86d
MW
83if USE_CONFTEST
84 SUBDIRS += conftest
85endif
86
6b9290ff 87if USE_DUMM
fd4ded97
MW
88 SUBDIRS += dumm
89endif
90
552cc11b
MW
91if USE_FAST
92 SUBDIRS += libfast
93endif
94
b8c7453a
MW
95if USE_MANAGER
96 SUBDIRS += manager
97endif
98
9529fb68
MW
99if USE_MEDSRV
100 SUBDIRS += medsrv
101endif
102
ec6ad6b0
TB
103if USE_ATTR_SQL
104 SUBDIRS += pool
6e288ed1
TB
105else
106if USE_SQL
107 SUBDIRS += pool
108endif
ec6ad6b0
TB
109endif
110
559fe48c
RB
111if USE_TKM
112 SUBDIRS += charon-tkm
113endif
114
1fed10be
MW
115if USE_CMD
116 SUBDIRS += charon-cmd
117endif
118
df434174
MW
119if USE_SVC
120 SUBDIRS += charon-svc
121endif
122
b38d9d5a
AS
123if USE_LIBPTTLS
124 SUBDIRS += pt-tls-client
125endif
126
e465c006
TB
127if USE_INTEGRITY_TEST
128 SUBDIRS += checksum
129endif
9be1c8d1
AS
130
131if USE_AIKGEN
132 SUBDIRS += aikgen
133endif
87d356dc
AS
134
135if USE_AIKPUB2
136 SUBDIRS += aikpub2
137endif