add bytearrayobject.h to PYTHON_HEADERS

This commit is contained in:
Benjamin Peterson 2009-01-13 21:43:11 +00:00
parent fac1bc615c
commit 3bf451aec1

View file

@ -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 \