diff options
author | Barry Warsaw <barry@python.org> | 2006-03-22 14:57:54 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2006-03-22 14:57:54 (GMT) |
commit | d6316a9fea559ac8c87d042ee51d3cf7a3d00670 (patch) | |
tree | 2bd4189215bbc223e8bfc020fa7d396c8d13cbaf /Makefile.pre.in | |
parent | bcfcccaf6e581bde3a32271b760a44517b1d2f2d (diff) | |
download | cpython-d6316a9fea559ac8c87d042ee51d3cf7a3d00670.zip cpython-d6316a9fea559ac8c87d042ee51d3cf7a3d00670.tar.gz cpython-d6316a9fea559ac8c87d042ee51d3cf7a3d00670.tar.bz2 |
Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c0bb1a1..154f6b4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -680,7 +680,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ test/decimaltestdata \ - encodings email email/test email/test/data compiler hotshot \ + encodings compiler hotshot \ + email email/mime email/test email/test/data \ logging bsddb bsddb/test csv ctypes idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ curses $(MACHDEPS) |