From 5329123ee00de7547e454326d7e335123047979f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 23 Feb 2011 07:30:12 +0000 Subject: [PATCH] Add new subdirectory to LIBSUBDIRS. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 24d364dd5cd..45a6d523756 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -906,7 +906,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/decimaltestdata test/xmltestdata test/subprocessdata \ test/tracedmodules test/encoded_modules \ - concurrent concurrent/futures encodings \ + collections concurrent concurrent/futures encodings \ email email/mime email/test email/test/data \ html json test/json_tests http dbm xmlrpc \ sqlite3 sqlite3/test \