diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-07 12:47:01 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-07 12:47:01 -0700 |
commit | ef4518e9aad321a6b6f7af940bbccdbcf42595d0 (patch) | |
tree | 5426cc1fa703668044762b70fbb5b819bccf20cb /.gitignore | |
parent | f398f615b6df385aec2b3553310cc237b29e068a (diff) | |
download | alpine-ef4518e9aad321a6b6f7af940bbccdbcf42595d0.tar.xz |
* Do not add -lcrypt to LIBS when it is not required. Reported by Ryan
Elliot.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,12 @@ +ltmain.sh +install-sh +mkinstalldirs +missing +depcomp config.log .deps rem +m4/* web/bin web/lib/ *~ @@ -13,6 +19,7 @@ an alpine/alpine alpine/rpdump alpine/rpload +c-client imap/OSTYPE imap/SPECIALS imap/c-client/ |