]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/Makefile.am
041bd480febc1fe2392f2ce97a53ccf96a6d6a12
[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_SIMAKA
12 SUBDIRS += libsimaka
13 endif
14
15 if USE_TLS
16 SUBDIRS += libtls
17 endif
18
19 if USE_LIBTNCIF
20 SUBDIRS += libtncif
21 endif
22
23 if USE_LIBTNCCS
24 SUBDIRS += libtnccs
25 endif
26
27 if USE_IMCV
28 SUBDIRS += libimcv
29 endif
30
31 if USE_PTS
32 SUBDIRS += libpts
33 endif
34
35 if USE_LIBCHARON
36 SUBDIRS += libcharon
37 endif
38
39 if USE_FILE_CONFIG
40 SUBDIRS += libfreeswan starter
41 endif
42
43 if USE_IPSEC_SCRIPT
44 SUBDIRS += ipsec _copyright
45 endif
46
47 if USE_PLUTO
48 SUBDIRS += pluto whack
49 endif
50
51 if USE_CHARON
52 SUBDIRS += charon
53 endif
54
55 if USE_STROKE
56 SUBDIRS += stroke
57 endif
58
59 if USE_UPDOWN
60 SUBDIRS += _updown _updown_espmark
61 endif
62
63 if USE_TOOLS
64 SUBDIRS += libfreeswan openac scepclient pki
65 endif
66
67 if USE_CONFTEST
68 SUBDIRS += conftest
69 endif
70
71 if USE_DUMM
72 SUBDIRS += dumm
73 endif
74
75 if USE_FAST
76 SUBDIRS += libfast
77 endif
78
79 if USE_MANAGER
80 SUBDIRS += manager
81 endif
82
83 if USE_MEDSRV
84 SUBDIRS += medsrv
85 endif
86
87 if USE_INTEGRITY_TEST
88 SUBDIRS += checksum
89 endif
90
91 EXTRA_DIST = strongswan.conf
92
93 install-exec-local :
94 test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
95 test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true