From: Benjamin Peterson Date: Tue, 13 Jan 2009 21:43:11 +0000 (+0000) Subject: add bytearrayobject.h to PYTHON_HEADERS X-Git-Tag: v2.7a1~2299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf451aec11e39621991b8451fcddfefe5d0e2f2;p=thirdparty%2FPython%2Fcpython.git add bytearrayobject.h to PYTHON_HEADERS --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a099f2210b5f..7847ebe0cd8d 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 \