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