mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
This commit is contained in:
parent
84f7382215
commit
a6879d9445
1 changed files with 1 additions and 0 deletions
|
@ -1081,6 +1081,7 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/cpython/dictobject.h \
|
||||
$(srcdir)/Include/cpython/fileobject.h \
|
||||
$(srcdir)/Include/cpython/fileutils.h \
|
||||
$(srcdir)/Include/cpython/frameobject.h \
|
||||
$(srcdir)/Include/cpython/import.h \
|
||||
$(srcdir)/Include/cpython/initconfig.h \
|
||||
$(srcdir)/Include/cpython/interpreteridobject.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue