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