strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'libhydra-bye-bye'
[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_IMCV
36
SUBDIRS += libimcv
37
endif
38
39
if USE_LIBCHARON
40
SUBDIRS += libcharon
41
endif
42
43
if USE_FILE_CONFIG
44
SUBDIRS += starter
45
endif
46
47
if USE_IPSEC_SCRIPT
48
SUBDIRS += ipsec _copyright
49
endif
50
51
if USE_CHARON
52
SUBDIRS += charon
53
endif
54
55
if USE_SYSTEMD
56
SUBDIRS += charon-systemd
57
endif
58
59
if USE_NM
60
SUBDIRS += charon-nm
61
endif
62
63
if USE_STROKE
64
SUBDIRS += stroke
65
endif
66
67
if USE_UPDOWN
68
SUBDIRS += _updown
69
endif
70
71
if USE_SCEPCLIENT
72
SUBDIRS += scepclient
73
endif
74
75
if USE_PKI
76
SUBDIRS += pki
77
endif
78
79
if USE_SWANCTL
80
SUBDIRS += swanctl
81
endif
82
83
if USE_CONFTEST
84
SUBDIRS += conftest
85
endif
86
87
if USE_DUMM
88
SUBDIRS += dumm
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_INTEGRITY_TEST
128
SUBDIRS += checksum
129
endif
130
131
if USE_AIKGEN
132
SUBDIRS += aikgen
133
endif