summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
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 b9bbeb5..5cb7b31 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -263,6 +263,7 @@ OBJECT_OBJS= \
Objects/rangeobject.o \
Objects/sliceobject.o \
Objects/stringobject.o \
+ Objects/structseq.o \
Objects/tupleobject.o \
Objects/typeobject.o \
Objects/weakrefobject.o \
@@ -465,6 +466,7 @@ PYTHON_HEADERS= \
Include/rangeobject.h \
Include/sliceobject.h \
Include/stringobject.h \
+ Include/structseq.h \
Include/structmember.h \
Include/symtable.h \
Include/sysmodule.h \