summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-04-22 23:28:04 (GMT)
committerGuido van Rossum <guido@python.org>2006-04-22 23:28:04 (GMT)
commit4dfe8a1131b551687659b9339eaee163a24f82f1 (patch)
tree79c967b9e355c0b0a070217a959abcd566aa6989 /Makefile.pre.in
parentd603f645d99102627c7776ebeb2c3d52eb1d3b4a (diff)
downloadcpython-4dfe8a1131b551687659b9339eaee163a24f82f1.zip
cpython-4dfe8a1131b551687659b9339eaee163a24f82f1.tar.gz
cpython-4dfe8a1131b551687659b9339eaee163a24f82f1.tar.bz2
Here is a bytes type. It's very minimal but it's a start.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f8a7481..c3af94c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -278,6 +278,7 @@ OBJECT_OBJS= \
Objects/abstract.o \
Objects/boolobject.o \
Objects/bufferobject.o \
+ Objects/bytesobject.o \
Objects/cellobject.o \
Objects/classobject.o \
Objects/cobject.o \
@@ -494,6 +495,7 @@ PYTHON_HEADERS= \
Include/abstract.h \
Include/boolobject.h \
Include/bufferobject.h \
+ Include/bytesobject.h \
Include/ceval.h \
Include/classobject.h \
Include/cobject.h \