summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-20 14:14:50 -0500
committerBenjamin Peterson <benjamin@python.org>2014-08-20 14:14:50 -0500
commit36c34094504511bad7143c5616b387d28ba70acd (patch)
treee5baac60331df8a6381ea55c442721e2940d4581 /Makefile.pre.in
parentb3a748ae4a7d82e2f83af28c4d02a2e93eecc019 (diff)
downloadcpython-36c34094504511bad7143c5616b387d28ba70acd.tar.gz
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 bcd83bf1fe..80a09269e6 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 \