summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:18:29 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-14 21:18:29 +0300
commit9b6a4ae579938619aff36251a3a0918465f0c600 (patch)
treeeda69034458bc02ae9f5dab432a8b0def58e77b7 /Makefile.pre.in
parent91328f98d20c851eec2e9a390d9ac93eb6f98e47 (diff)
downloadcpython-9b6a4ae579938619aff36251a3a0918465f0c600.tar.gz
Issue #18919: Add test/audiodata to LIBSUBDIRS.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 98711ae62b..84014b896c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -924,7 +924,7 @@ 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/data \
+ lib-tk/test/test_ttk site-packages test test/audiodata test/data \
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
test/tracedmodules \
encodings compiler hotshot \