summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-13 21:43:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-13 21:43:11 (GMT)
commit3bf451aec11e39621991b8451fcddfefe5d0e2f2 (patch)
treead6da6948a31caefa6fa634651ac422b79aaadb6 /Makefile.pre.in
parentfac1bc615c6585d225ebaeb426471c6adcab21e4 (diff)
downloadcpython-3bf451aec11e39621991b8451fcddfefe5d0e2f2.zip
cpython-3bf451aec11e39621991b8451fcddfefe5d0e2f2.tar.gz
cpython-3bf451aec11e39621991b8451fcddfefe5d0e2f2.tar.bz2
add bytearrayobject.h to PYTHON_HEADERS
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 a099f22..7847ebe 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -587,6 +587,7 @@ PYTHON_HEADERS= \
Include/ast.h \
Include/bitset.h \
Include/boolobject.h \
+ Include/bytearrayobject.h \
Include/bytes_methods.h \
Include/bytesobject.h \
Include/bufferobject.h \