]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/Makefile.am
traffic-selector: Avoid out-of-bound array access when calculating range
[people/ms/strongswan.git] / src / Makefile.am
1 SUBDIRS = . include
2
3 if USE_LIBSTRONGSWAN
4 SUBDIRS += libstrongswan
5 endif
6
7 if USE_LIBHYDRA
8 SUBDIRS += libhydra
9 endif
10
11 if USE_LIBIPSEC
12 SUBDIRS += libipsec
13 endif
14
15 if USE_SIMAKA
16 SUBDIRS += libsimaka
17 endif
18
19 if USE_TLS
20 SUBDIRS += libtls
21 endif
22
23 if USE_RADIUS
24 SUBDIRS += libradius
25 endif
26
27 if USE_LIBTNCIF
28 SUBDIRS += libtncif
29 endif
30
31 if USE_LIBTNCCS
32 SUBDIRS += libtnccs
33 endif
34
35 if USE_LIBPTTLS
36 SUBDIRS += libpttls
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_DUMM
92 SUBDIRS += dumm
93 endif
94
95 if USE_FAST
96 SUBDIRS += libfast
97 endif
98
99 if USE_MANAGER
100 SUBDIRS += manager
101 endif
102
103 if USE_MEDSRV
104 SUBDIRS += medsrv
105 endif
106
107 if USE_ATTR_SQL
108 SUBDIRS += pool
109 else
110 if USE_SQL
111 SUBDIRS += pool
112 endif
113 endif
114
115 if USE_TKM
116 SUBDIRS += charon-tkm
117 endif
118
119 if USE_CMD
120 SUBDIRS += charon-cmd
121 endif
122
123 if USE_SVC
124 SUBDIRS += charon-svc
125 endif
126
127 if USE_LIBPTTLS
128 SUBDIRS += pt-tls-client
129 endif
130
131 if USE_INTEGRITY_TEST
132 SUBDIRS += checksum
133 endif
134
135 if USE_AIKGEN
136 SUBDIRS += aikgen
137 endif