summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-04-07 01:26:24 +0200
committerGitHub <noreply@github.com>2022-04-07 01:26:24 +0200
commit5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2 (patch)
tree82041fb366ee919667cffb184b4b8725fd74bd63 /Makefile.pre.in
parent2390b2236d4b6ea96217478221d6f7d4b4f344f8 (diff)
downloadcpython-git-5c4d1f6e0e192653560ae2941a6677fbf4fbd1f2.tar.gz
bpo-35134: Add Include/cpython/setobject.h header (GH-32384)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 69e97234ae..2f61259e69 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1551,6 +1551,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/cpython/pystate.h \
$(srcdir)/Include/cpython/pythonrun.h \
$(srcdir)/Include/cpython/pytime.h \
+ $(srcdir)/Include/cpython/setobject.h \
$(srcdir)/Include/cpython/sysmodule.h \
$(srcdir)/Include/cpython/traceback.h \
$(srcdir)/Include/cpython/tupleobject.h \