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 c87bf6e..3c3c119 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -275,6 +275,7 @@ OBJECT_OBJS= \ Objects/object.o \ Objects/obmalloc.o \ Objects/rangeobject.o \ + Objects/setobject.o \ Objects/sliceobject.o \ Objects/stringobject.o \ Objects/structseq.o \ @@ -500,6 +501,7 @@ PYTHON_HEADERS= \ Include/pystate.h \ Include/pythonrun.h \ Include/rangeobject.h \ + Include/setobject.h \ Include/sliceobject.h \ Include/stringobject.h \ Include/structseq.h \ |