From: Georg Brandl Date: Sat, 17 May 2008 19:06:20 +0000 (+0000) Subject: Add "tkinter" to the list of directories to install. X-Git-Tag: v2.6b1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7363445d944b3234eeff07d4e37f6a66bd6ec458;p=python Add "tkinter" to the list of directories to install. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 89a577fe1e..80043c24ad 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -805,7 +805,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages -LIBSUBDIRS= lib-tk site-packages test test/output test/data \ +LIBSUBDIRS= lib-tk tkinter site-packages test test/output test/data \ test/decimaltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \