Added RFC2047
Showing
1 changed file
with
2 additions
and
2 deletions
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 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2002, 2003 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailtuils is free software; you can redistribute it and/or | 5 | ## GNU Mailtuils 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 |
... | @@ -22,7 +22,7 @@ DEJATOOL = mailbox | ... | @@ -22,7 +22,7 @@ DEJATOOL = mailbox |
22 | RUNTESTFLAGS = | 22 | RUNTESTFLAGS = |
23 | CLEANFILES = *.log | 23 | CLEANFILES = *.log |
24 | test_dirs = lib mailbox | 24 | test_dirs = lib mailbox |
25 | EXTRA_DIST = Addrs Mime Urls Encode Decode | 25 | EXTRA_DIST = Addrs Mime Urls Encode Decode RFC2047 |
26 | 26 | ||
27 | dist-hook: | 27 | dist-hook: |
28 | here=`cd $(top_builddir)/$(subdir) && pwd`; \ | 28 | here=`cd $(top_builddir)/$(subdir) && pwd`; \ | ... | ... |
-
Please register or sign in to post a comment