]> 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 if USE_KERNEL_NETLINK
46 SUBDIRS += xfrmi
47 endif
48 endif
49
50 if USE_FILE_CONFIG
51 SUBDIRS += starter
52 endif
53
54 if USE_IPSEC_SCRIPT
55 SUBDIRS += ipsec _copyright
56 endif
57
58 if USE_CHARON
59 SUBDIRS += charon
60 endif
61
62 if USE_SYSTEMD
63 SUBDIRS += charon-systemd
64 endif
65
66 if USE_NM
67 SUBDIRS += charon-nm
68 endif
69
70 if USE_STROKE
71 SUBDIRS += stroke
72 endif
73
74 if USE_UPDOWN
75 SUBDIRS += _updown
76 endif
77
78 if USE_SCEPCLIENT
79 SUBDIRS += scepclient
80 endif
81
82 if USE_PKI
83 SUBDIRS += pki
84 endif
85
86 if USE_SWANCTL
87 SUBDIRS += swanctl
88 endif
89
90 if USE_CONFTEST
91 SUBDIRS += conftest
92 endif
93
94 if USE_FAST
95 SUBDIRS += libfast
96 endif
97
98 if USE_MANAGER
99 SUBDIRS += manager
100 endif
101
102 if USE_MEDSRV
103 SUBDIRS += medsrv
104 endif
105
106 if USE_ATTR_SQL
107 SUBDIRS += pool
108 else
109 if USE_SQL
110 SUBDIRS += pool
111 endif
112 endif
113
114 if USE_TKM
115 SUBDIRS += charon-tkm
116 endif
117
118 if USE_CMD
119 SUBDIRS += charon-cmd
120 endif
121
122 if USE_SVC
123 SUBDIRS += charon-svc
124 endif
125
126 if USE_LIBPTTLS
127 SUBDIRS += pt-tls-client
128 endif
129
130 if USE_IMC_SWIMA
131 SUBDIRS += sw-collector
132 endif
133
134 if USE_IMV_SWIMA
135 SUBDIRS += sec-updater
136 endif
137
138 if USE_INTEGRITY_TEST
139 SUBDIRS += checksum
140 endif
141
142 if USE_AIKGEN
143 SUBDIRS += aikgen
144 endif
145
146 if USE_TPM
147 SUBDIRS += tpm_extendpcr
148 endif