diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 6 |
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'. |
| 101 | libexecdir=@libexecdir@ | 101 | libexecdir=@libexecdir@ |
| 102 | 102 | ||
| 103 | # Nonempty if Emacs can assume Mailutils is installed. | ||
| 104 | with_mailutils=@with_mailutils@ | ||
| 105 | |||
| 103 | # Directory for local state files for all programs. | 106 | # Directory for local state files for all programs. |
| 104 | localstatedir=@localstatedir@ | 107 | localstatedir=@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. |
| 163 | UTILITIES = profile${EXEEXT} movemail${EXEEXT} hexl${EXEEXT} \ | 166 | UTILITIES = 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 | ||
| 166 | DONT_INSTALL= make-docfile${EXEEXT} | 170 | DONT_INSTALL= make-docfile${EXEEXT} |