]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/Makefile.am
passing controller arguments to filter, not controller itself
[thirdparty/strongswan.git] / src / Makefile.am
CommitLineData
66bb16b0 1SUBDIRS = . include
cbfb2aff 2
98d00026
MW
3if USE_FILE_CONFIG
4 SUBDIRS += libfreeswan starter ipsec _copyright
5endif
6
cbfb2aff
MW
7if USE_LIBSTRONGSWAN
8 SUBDIRS += libstrongswan
9endif
10
26e24676
MW
11if USE_PLUTO
12 SUBDIRS += libcrypto pluto whack
13endif
cbfb2aff
MW
14if USE_CHARON
15 SUBDIRS += charon
16endif
17
18if USE_STROKE
19 SUBDIRS += stroke
20endif
21
1e9c46f1 22if USE_UPDOWN
cbfb2aff
MW
23 SUBDIRS += _updown _updown_espmark
24endif
25
26if USE_TOOLS
27 SUBDIRS += openac scepclient
28endif
fd4ded97 29
6b9290ff 30if USE_DUMM
fd4ded97
MW
31 SUBDIRS += dumm
32endif
33
552cc11b
MW
34if USE_FAST
35 SUBDIRS += libfast
36endif
37
b8c7453a
MW
38if USE_MANAGER
39 SUBDIRS += manager
40endif
41
66bb16b0
MW
42EXTRA_DIST = strongswan.conf
43
44install-exec-local :
25b12c69 45 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
f13e2375 46 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -o ${ipsecuser} -g ${ipsecgroup} -m 640 strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true