Commit 4143eac9 4143eac9736e560b8ac5d3b8f67ceec8d57dc126 by Sergey Poznyakoff

(noinst_PROGRAMS): Add encode2047. Sorted alphabetically.

1 parent 4dc2b427
...@@ -22,20 +22,21 @@ SUBDIRS = config cpp scheme ...@@ -22,20 +22,21 @@ SUBDIRS = config cpp scheme
22 noinst_PROGRAMS = \ 22 noinst_PROGRAMS = \
23 addr\ 23 addr\
24 base64\ 24 base64\
25 listop\ 25 decode2047\
26 url-parse\ 26 encode2047\
27 sfrom\ 27 http\
28 iconv\ 28 iconv\
29 listop\
30 mailcap\
29 mimetest\ 31 mimetest\
30 murun\
31 muemail\
32 msg-send\ 32 msg-send\
33 http\
34 mta\ 33 mta\
35 decode2047\ 34 muemail\
36 mailcap\ 35 murun\
36 nntpclient\
37 pop3client \ 37 pop3client \
38 nntpclient 38 sfrom\
39 url-parse
39 40
40 ## NOTE: Numaddr must be an installable target, otherwise libtool 41 ## NOTE: Numaddr must be an installable target, otherwise libtool
41 ## will not create a shared library and `make check' will fail in 42 ## will not create a shared library and `make check' will fail in
......