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

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