Commit 486c3636 486c3636dbd7396ba77a912316aa140337e95c64 by Sergey Poznyakoff

Added RFC2047

1 parent 57d1c9d0
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002 Free Software Foundation, Inc.
## Copyright (C) 2002, 2003 Free Software Foundation, Inc.
##
## GNU Mailtuils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -22,7 +22,7 @@ DEJATOOL = mailbox
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib mailbox
EXTRA_DIST = Addrs Mime Urls Encode Decode
EXTRA_DIST = Addrs Mime Urls Encode Decode RFC2047
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
......