summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-04-21 21:00:42 (GMT)
committerGitHub <noreply@github.com>2022-04-21 21:00:42 (GMT)
commit8a4e519e7822d17ce062f55ba68e13bfeaf450de (patch)
tree4681cd35fcaade97195a687c15c28de4902f0a6c /Makefile.pre.in
parent6f9addb5ba0729e4bd2a1919d02e55c25382e26e (diff)
downloadcpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.zip
cpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.tar.gz
cpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.tar.bz2
gh-79315: Add Include/cpython/pythread.h header (#91798)
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 991d698..04a371d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1559,6 +1559,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/cpython/pymem.h \
$(srcdir)/Include/cpython/pystate.h \
$(srcdir)/Include/cpython/pythonrun.h \
+ $(srcdir)/Include/cpython/pythread.h \
$(srcdir)/Include/cpython/pytime.h \
$(srcdir)/Include/cpython/setobject.h \
$(srcdir)/Include/cpython/sysmodule.h \