[Python-checkins] r68580 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Tue Jan 13 22:43:11 CET 2009


Author: benjamin.peterson
Date: Tue Jan 13 22:43:11 2009
New Revision: 68580

Log:
add bytearrayobject.h to PYTHON_HEADERS

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Jan 13 22:43:11 2009
@@ -587,6 +587,7 @@
 		Include/ast.h \
 		Include/bitset.h \
 		Include/boolobject.h \
+                Include/bytearrayobject.h \
 		Include/bytes_methods.h \
 		Include/bytesobject.h \
 		Include/bufferobject.h \


More information about the Python-checkins mailing list