summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-05-30 04:21:39 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-05-30 04:21:39 (GMT)
commit96c6af9b207c188c52ac53ce87bb7f2dea3f328b (patch)
treec556c00510282cac20410e324505ff5b257874c6 /Makefile.pre.in
parent0a3297d7d4e042d8fbb884a029f0ef7ad8b00e46 (diff)
downloadcpython-96c6af9b207c188c52ac53ce87bb7f2dea3f328b.zip
cpython-96c6af9b207c188c52ac53ce87bb7f2dea3f328b.tar.gz
cpython-96c6af9b207c188c52ac53ce87bb7f2dea3f328b.tar.bz2
Issue #16991: Add a C implementation of collections.OrderedDict.
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 5db048a..ce2c0aa2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -437,6 +437,7 @@ OBJECT_OBJS= \
Objects/listobject.o \
Objects/longobject.o \
Objects/dictobject.o \
+ Objects/odictobject.o \
Objects/memoryobject.o \
Objects/methodobject.o \
Objects/moduleobject.o \