Commit 73e1855f 73e1855febeb2a84149fc20ae016b644420f51f7 by Sergey Poznyakoff

(noinst_PROGRAMS): Add header

1 parent bb12e617
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. 3 ## Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
4 ## 4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 6 ## modify it under the terms of the GNU General Public License as
...@@ -25,6 +25,7 @@ noinst_PROGRAMS = \ ...@@ -25,6 +25,7 @@ noinst_PROGRAMS = \
25 base64\ 25 base64\
26 decode2047\ 26 decode2047\
27 encode2047\ 27 encode2047\
28 header\
28 http\ 29 http\
29 iconv\ 30 iconv\
30 listop\ 31 listop\
......