summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-06-22 06:30:50 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-06-22 06:30:50 (GMT)
commit60373cd2449215c20375cdfc032129dc8caefa44 (patch)
tree3e647ca85c4e7b8a25a4947ff5624ed57bb671b8 /Makefile.pre.in
parent53c1692f6ac592a8c0d5a6f83017019b52625969 (diff)
downloadcpython-60373cd2449215c20375cdfc032129dc8caefa44.zip
cpython-60373cd2449215c20375cdfc032129dc8caefa44.tar.gz
cpython-60373cd2449215c20375cdfc032129dc8caefa44.tar.bz2
Copy the wsgiref package during make install.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d9c6c5f..11a7113 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -708,7 +708,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
encodings compiler hotshot \
email email/mime email/test email/test/data \
sqlite3 sqlite3/test \
- logging bsddb bsddb/test csv \
+ logging bsddb bsddb/test csv wsgiref \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
setuptools setuptools/command setuptools/tests setuptools.egg-info \