summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-10-17 13:46:44 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-10-17 13:46:44 (GMT)
commita25d995ab0cec07a2b11e445551f9ccc78a89c06 (patch)
tree8b04c54dadad7639f535972161d59cefc065a224 /Modules/Setup.dist
parent7a1ea0e88034cdc03d546f0947fc8ecb30f4435f (diff)
downloadcpython-a25d995ab0cec07a2b11e445551f9ccc78a89c06.zip
cpython-a25d995ab0cec07a2b11e445551f9ccc78a89c06.tar.gz
cpython-a25d995ab0cec07a2b11e445551f9ccc78a89c06.tar.bz2
The Python symtable module depends on .h files that setup.py doesn't track.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 61afe8c..f54b13b 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -110,6 +110,9 @@ new newmodule.c # Tommy Burnette's 'new' module
# ======================================================================
+# The Python symtable module depends on .h files that setup.py doesn't track
+_symtable symtablemodule.c
+
# The SGI specific GL module:
GLHACK=-Dclear=__GLclear