Skip to content

Commit a6879d9

Browse files
vstinnersmontanaro
andauthored
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <[email protected]>
1 parent 84f7382 commit a6879d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ PYTHON_HEADERS= \
10811081
$(srcdir)/Include/cpython/dictobject.h \
10821082
$(srcdir)/Include/cpython/fileobject.h \
10831083
$(srcdir)/Include/cpython/fileutils.h \
1084+
$(srcdir)/Include/cpython/frameobject.h \
10841085
$(srcdir)/Include/cpython/import.h \
10851086
$(srcdir)/Include/cpython/initconfig.h \
10861087
$(srcdir)/Include/cpython/interpreteridobject.h \

0 commit comments

Comments
 (0)