diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:06:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:06:20 (GMT) |
commit | 7363445d944b3234eeff07d4e37f6a66bd6ec458 (patch) | |
tree | 1e67be0b925319b2f13fbe8c6acebd288840834c /Makefile.pre.in | |
parent | 9098a0d1000d6a0d5c5e98ab3f13746c7400c46e (diff) | |
download | cpython-7363445d944b3234eeff07d4e37f6a66bd6ec458.zip cpython-7363445d944b3234eeff07d4e37f6a66bd6ec458.tar.gz cpython-7363445d944b3234eeff07d4e37f6a66bd6ec458.tar.bz2 |
Add "tkinter" to the list of directories to install.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 89a577f..80043c2 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 \ |