From 6bed8f95d72f622cb916bcebad651ccd3de6fe9d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 1 May 2017 19:53:45 +0300 Subject: [PATCH] bpo-30207: Install the Lib/test/support directory. (#1369) --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 2b054684c6..57ee092bd0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1044,6 +1044,7 @@ LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \ test/data test/cjkencodings test/decimaltestdata test/xmltestdata \ test/imghdrdata \ test/subprocessdata \ + test/support \ test/tracedmodules \ encodings compiler hotshot \ email email/mime email/test email/test/data \ -- 2.50.1