Commit 486c3636 486c3636dbd7396ba77a912316aa140337e95c64 by Sergey Poznyakoff

Added RFC2047

1 parent 57d1c9d0
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`; \
......