The Python symtable module depends on .h files that setup.py doesn't track.

This commit is contained in:
Jeremy Hylton 2001-10-17 13:46:44 +00:00
parent 7a1ea0e880
commit a25d995ab0
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -214,7 +214,6 @@ class PyBuildExt(build_ext):
exts.append( Extension('_hotshot', ['_hotshot.c']) )
exts.append( Extension('_weakref', ['_weakref.c']) )
exts.append( Extension('_symtable', ['symtablemodule.c']) )
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
# array objects