From: Serhiy Storchaka Date: Mon, 14 Oct 2013 18:18:50 +0000 (+0300) Subject: Issue #18919: Add test/audiodata to LIBSUBDIRS. X-Git-Tag: v3.4.0a4~102^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3a9b3558833e03ec32c77b96b46dccb847d5ef0;p=python Issue #18919: Add test/audiodata to LIBSUBDIRS. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index dc895c0070..ffaf8fef09 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1010,6 +1010,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) 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/audiodata \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ test/subprocessdata test/sndhdrdata test/support \