summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-20 19:14:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-08-20 19:14:50 (GMT)
commitdaeb925cc88cc8fed2030166ade641de28edb396 (patch)
tree4e3d4840da5efee54d0a00076dd2eecc3863a9e2 /Makefile.pre.in
parent0088b620c93d8d503d13c22ed44921bfc6083a4e (diff)
downloadcpython-daeb925cc88cc8fed2030166ade641de28edb396.zip
cpython-daeb925cc88cc8fed2030166ade641de28edb396.tar.gz
cpython-daeb925cc88cc8fed2030166ade641de28edb396.tar.bz2
backport many ssl features from Python 3 (closes #21308)
A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index bcd83bf..80a0926 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -930,8 +930,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
- lib-tk/test/test_ttk site-packages test test/audiodata test/data \
- test/cjkencodings test/decimaltestdata test/xmltestdata \
+ lib-tk/test/test_ttk site-packages test test/audiodata test/capath \
+ test/data test/cjkencodings test/decimaltestdata test/xmltestdata \
test/imghdrdata \
test/subprocessdata \
test/tracedmodules \