diff options
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index f2f3336..103a36b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -238,6 +238,7 @@ OBJECT_OBJS= \ Objects/frameobject.o \ Objects/funcobject.o \ Objects/intobject.o \ + Objects/iterobject.o \ Objects/listobject.o \ Objects/longobject.o \ Objects/dictobject.o \ @@ -433,6 +434,7 @@ PYTHON_HEADERS= \ Include/bufferobject.h \ Include/tupleobject.h \ Include/listobject.h \ + Include/iterobject.h \ Include/dictobject.h \ Include/methodobject.h \ Include/moduleobject.h \ |