From: Vinay Sajip Date: Tue, 10 Apr 2012 17:41:48 +0000 (+0100) Subject: Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. X-Git-Tag: v3.3.0a3~266^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=935b62968e7b8e38fa5d91441d2eb48f2fbda2da;p=thirdparty%2FPython%2Fcpython.git Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a85f8ddf1cb4..9cc15c963e10 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 \