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 b02f517..b2525e2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -344,6 +344,7 @@ OBJECT_OBJS= \ Objects/moduleobject.o \ Objects/object.o \ Objects/obmalloc.o \ + Objects/capsule.o \ Objects/rangeobject.o \ Objects/setobject.o \ Objects/sliceobject.o \ @@ -654,6 +655,7 @@ PYTHON_HEADERS= \ Include/pgen.h \ Include/pgenheaders.h \ Include/pyarena.h \ + Include/pycapsule.h \ Include/pyctype.h \ Include/pydebug.h \ Include/pyerrors.h \ |