aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index d0aa9cc7c27..b2cd66c0498 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -100,6 +100,9 @@ bindir=@bindir@
100# --libexecdir option to '../configure'. 100# --libexecdir option to '../configure'.
101libexecdir=@libexecdir@ 101libexecdir=@libexecdir@
102 102
103# Nonempty if Emacs can assume Mailutils is installed.
104with_mailutils=@with_mailutils@
105
103# Directory for local state files for all programs. 106# Directory for local state files for all programs.
104localstatedir=@localstatedir@ 107localstatedir=@localstatedir@
105 108
@@ -160,7 +163,8 @@ INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} $(CLIENTW) \
160 163
161# Things that Emacs runs internally, or during the build process, 164# Things that Emacs runs internally, or during the build process,
162# which should not be installed in bindir. 165# which should not be installed in bindir.
163UTILITIES = profile${EXEEXT} movemail${EXEEXT} hexl${EXEEXT} \ 166UTILITIES = profile${EXEEXT} hexl${EXEEXT} \
167 $(if $(with_mailutils), , movemail${EXEEXT}) \
164 $(and $(use_gamedir), update-game-score${EXEEXT}) 168 $(and $(use_gamedir), update-game-score${EXEEXT})
165 169
166DONT_INSTALL= make-docfile${EXEEXT} 170DONT_INSTALL= make-docfile${EXEEXT}