summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-04-10 17:41:48 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-04-10 17:41:48 (GMT)
commit935b62968e7b8e38fa5d91441d2eb48f2fbda2da (patch)
treeba20446c18c4bb8a7fd7740d9ebcadf591303297
parentcc4979092ff2789e7a347d365f13efb1571ecb62 (diff)
downloadcpython-935b62968e7b8e38fa5d91441d2eb48f2fbda2da.zip
cpython-935b62968e7b8e38fa5d91441d2eb48f2fbda2da.tar.gz
cpython-935b62968e7b8e38fa5d91441d2eb48f2fbda2da.tar.bz2
Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a85f8dd..9cc15c9 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -917,7 +917,8 @@ XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/capath test/data \
- test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
+ test/cjkencodings test/decimaltestdata test/xmltestdata \
+ test/subprocessdata test/sndhdrdata \
test/tracedmodules test/encoded_modules \
concurrent concurrent/futures encodings \
email email/mime email/test email/test/data \