]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
libimcv: Added Debian 8.11 and Ubunut 18.04 to IMV database
[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
45endif
46
bcbf1109 47if USE_FILE_CONFIG
fff4b74d 48 SUBDIRS += starter
37b3fad7
MW
49endif
50
51if USE_IPSEC_SCRIPT
52 SUBDIRS += ipsec _copyright
bcbf1109
TB
53endif
54
cbfb2aff 55if USE_CHARON
e78ec86d 56 SUBDIRS += charon
cbfb2aff
MW
57endif
58
73ed38e7
MW
59if USE_SYSTEMD
60 SUBDIRS += charon-systemd
61endif
62
1c7a733e
TB
63if USE_NM
64 SUBDIRS += charon-nm
65endif
66
cbfb2aff
MW
67if USE_STROKE
68 SUBDIRS += stroke
69endif
70
1e9c46f1 71if USE_UPDOWN
4e92441d 72 SUBDIRS += _updown
cbfb2aff
MW
73endif
74
3986c1e3 75if USE_SCEPCLIENT
b70849ad
MW
76 SUBDIRS += scepclient
77endif
78
79if USE_PKI
80 SUBDIRS += pki
cbfb2aff 81endif
fd4ded97 82
e381e69f
MW
83if USE_SWANCTL
84 SUBDIRS += swanctl
85endif
86
e78ec86d
MW
87if USE_CONFTEST
88 SUBDIRS += conftest
89endif
90
6b9290ff 91if USE_DUMM
fd4ded97
MW
92 SUBDIRS += dumm
93endif
94
552cc11b
MW
95if USE_FAST
96 SUBDIRS += libfast
97endif
98
b8c7453a
MW
99if USE_MANAGER
100 SUBDIRS += manager
101endif
102
9529fb68
MW
103if USE_MEDSRV
104 SUBDIRS += medsrv
105endif
106
ec6ad6b0
TB
107if USE_ATTR_SQL
108 SUBDIRS += pool
6e288ed1
TB
109else
110if USE_SQL
111 SUBDIRS += pool
112endif
ec6ad6b0
TB
113endif
114
559fe48c
RB
115if USE_TKM
116 SUBDIRS += charon-tkm
117endif
118
1fed10be
MW
119if USE_CMD
120 SUBDIRS += charon-cmd
121endif
122
df434174
MW
123if USE_SVC
124 SUBDIRS += charon-svc
125endif
126
b38d9d5a
AS
127if USE_LIBPTTLS
128 SUBDIRS += pt-tls-client
129endif
130
a9383c2b
AS
131if USE_IMC_SWIMA
132 SUBDIRS += sw-collector
133endif
134
b8481737
AS
135if USE_IMV_SWIMA
136 SUBDIRS += sec-updater
137endif
138
e465c006
TB
139if USE_INTEGRITY_TEST
140 SUBDIRS += checksum
141endif
9be1c8d1
AS
142
143if USE_AIKGEN
144 SUBDIRS += aikgen
145endif
0fb293fc
AS
146
147if USE_TPM
148 SUBDIRS += tpm_extendpcr
149endif