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 aa38885..5b77d91 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -275,6 +275,7 @@ PYTHON_OBJS= \ Python/mysnprintf.o \ Python/peephole.o \ Python/pyarena.o \ + Python/pyctype.o \ Python/pyfpe.o \ Python/pymath.o \ Python/pystate.o \ @@ -633,6 +634,7 @@ PYTHON_HEADERS= \ Include/pgen.h \ Include/pgenheaders.h \ Include/pyarena.h \ + Include/pyctype.h \ Include/pydebug.h \ Include/pyerrors.h \ Include/pyfpe.h \ |