]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
starter: Make daemon name configurable
[thirdparty/strongswan.git] / src / Makefile.am
CommitLineData
66bb16b0 1SUBDIRS = . include
cbfb2aff 2
cbfb2aff
MW
3if USE_LIBSTRONGSWAN
4 SUBDIRS += libstrongswan
5endif
6
0bf68cbf
TB
7if USE_LIBHYDRA
8 SUBDIRS += libhydra
9endif
10
b70139fb
TB
11if USE_LIBIPSEC
12 SUBDIRS += libipsec
13endif
14
f8330d03
MW
15if USE_SIMAKA
16 SUBDIRS += libsimaka
17endif
18
0f82a470
MW
19if USE_TLS
20 SUBDIRS += libtls
21endif
22
f0f94e2c
MW
23if USE_RADIUS
24 SUBDIRS += libradius
25endif
26
7c4d4d20
AS
27if USE_LIBTNCIF
28 SUBDIRS += libtncif
29endif
30
f0a8bf47 31if USE_LIBTNCCS
f0fa002f
AS
32 SUBDIRS += libtnccs
33endif
34
18d56a18
MW
35if USE_LIBPTTLS
36 SUBDIRS += libpttls
37endif
38
510f37ab
AS
39if USE_IMCV
40 SUBDIRS += libimcv
41endif
42
b448e3ec
AS
43if USE_PTS
44 SUBDIRS += libpts
45endif
46
1f7aad7f
AS
47if USE_LIBCHARON
48 SUBDIRS += libcharon
49endif
50
bcbf1109 51if USE_FILE_CONFIG
fff4b74d 52 SUBDIRS += starter
37b3fad7
MW
53endif
54
55if USE_IPSEC_SCRIPT
56 SUBDIRS += ipsec _copyright
bcbf1109
TB
57endif
58
cbfb2aff 59if USE_CHARON
e78ec86d 60 SUBDIRS += charon
cbfb2aff
MW
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
cbfb2aff
MW
72 SUBDIRS += _updown _updown_espmark
73endif
74
75if USE_TOOLS
fff4b74d 76 SUBDIRS += openac scepclient pki
cbfb2aff 77endif
fd4ded97 78
e78ec86d
MW
79if USE_CONFTEST
80 SUBDIRS += conftest
81endif
82
6b9290ff 83if USE_DUMM
fd4ded97
MW
84 SUBDIRS += dumm
85endif
86
552cc11b
MW
87if USE_FAST
88 SUBDIRS += libfast
89endif
90
b8c7453a
MW
91if USE_MANAGER
92 SUBDIRS += manager
93endif
94
9529fb68
MW
95if USE_MEDSRV
96 SUBDIRS += medsrv
97endif
98
67a7bb02
MW
99if USE_INTEGRITY_TEST
100 SUBDIRS += checksum
101endif
102
66bb16b0
MW
103EXTRA_DIST = strongswan.conf
104
8b3b4a24 105install-exec-local :
25b12c69 106 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
2b52d5cb 107 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true