add compile.h and symtable.h to list of header files

This commit is contained in:
Jeremy Hylton 2001-02-02 19:54:23 +00:00
parent 2523977fb2
commit 96da8b6d88
1 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,8 @@ PYTHON_HEADERS= \
Include/pymem.h \
Include/object.h \
Include/objimpl.h \
Include/compile.h \
Include/symtable.h \
Include/pydebug.h \
Include/unicodeobject.h \
Include/intobject.h \