]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/Makefile.am
Merge branch 'stroke-counters'
[thirdparty/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_PTS
44 SUBDIRS += libpts
45 endif
46
47 if USE_LIBCHARON
48 SUBDIRS += libcharon
49 endif
50
51 if USE_FILE_CONFIG
52 SUBDIRS += starter
53 endif
54
55 if USE_IPSEC_SCRIPT
56 SUBDIRS += ipsec _copyright
57 endif
58
59 if USE_CHARON
60 SUBDIRS += charon
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 _updown_espmark
73 endif
74
75 if USE_TOOLS
76 SUBDIRS += openac scepclient pki
77 endif
78
79 if USE_CONFTEST
80 SUBDIRS += conftest
81 endif
82
83 if USE_DUMM
84 SUBDIRS += dumm
85 endif
86
87 if USE_FAST
88 SUBDIRS += libfast
89 endif
90
91 if USE_MANAGER
92 SUBDIRS += manager
93 endif
94
95 if USE_MEDSRV
96 SUBDIRS += medsrv
97 endif
98
99 if USE_INTEGRITY_TEST
100 SUBDIRS += checksum
101 endif
102
103 EXTRA_DIST = strongswan.conf
104
105 install-exec-local :
106 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
107 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true