summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-10-23 14:34:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-10-23 14:34:14 (GMT)
commitba0311ecff83c6672938bb82aa7b01961371c913 (patch)
tree075e45215c15b92c7f62914f032aa0f7c95deceb /Modules/Setup.in
parent97157798102644c80ecd5a7103de3f68611bf964 (diff)
downloadcpython-ba0311ecff83c6672938bb82aa7b01961371c913.zip
cpython-ba0311ecff83c6672938bb82aa7b01961371c913.tar.gz
cpython-ba0311ecff83c6672938bb82aa7b01961371c913.tar.bz2
Renamed module tkinter to _tkinter, moved source to _tkinter.c
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index e7e74e6..bbde3a5 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -235,8 +235,8 @@ md5 md5module.c md5c.c
# See the section "The Tk interface" in ../README for more info.
# *** Use ONE of the following two lines, see previous comments ***
-#tkinter tkintermodule.c -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
-#tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
+#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
+#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
# *** ALWAYS use this line as well ***
#TKPATH=:$(DESTLIB)/tkinter