]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
sim_provider_t API gained support for pseudonym/fast reauthentication
[thirdparty/strongswan.git] / src / Makefile.am
CommitLineData
66bb16b0 1SUBDIRS = . include
cbfb2aff 2
cbfb2aff
MW
3if USE_LIBSTRONGSWAN
4 SUBDIRS += libstrongswan
5endif
6
bcbf1109
TB
7if USE_FILE_CONFIG
8 SUBDIRS += libfreeswan starter ipsec _copyright
9endif
10
26e24676 11if USE_PLUTO
1bfb8007 12 SUBDIRS += pluto whack
26e24676 13endif
9529fb68 14
cbfb2aff
MW
15if USE_CHARON
16 SUBDIRS += charon
17endif
18
19if USE_STROKE
20 SUBDIRS += stroke
21endif
22
1e9c46f1 23if USE_UPDOWN
cbfb2aff
MW
24 SUBDIRS += _updown _updown_espmark
25endif
26
27if USE_TOOLS
7c577c8e 28 SUBDIRS += openac scepclient pki
cbfb2aff 29endif
fd4ded97 30
6b9290ff 31if USE_DUMM
fd4ded97
MW
32 SUBDIRS += dumm
33endif
34
552cc11b
MW
35if USE_FAST
36 SUBDIRS += libfast
37endif
38
b8c7453a
MW
39if USE_MANAGER
40 SUBDIRS += manager
41endif
42
9529fb68
MW
43if USE_MEDSRV
44 SUBDIRS += medsrv
45endif
46
67a7bb02
MW
47if USE_INTEGRITY_TEST
48 SUBDIRS += checksum
49endif
50
66bb16b0
MW
51EXTRA_DIST = strongswan.conf
52
8b3b4a24 53install-exec-local :
25b12c69 54 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
9af7715c 55 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true