diff options
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r-- | PC/os2emx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 82d548e..09ed1a7 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -362,6 +362,7 @@ SRC.PYTHON= $(addprefix $(TOP), \ Python/mystrtoul.c \ Python/peephole.c \ Python/pyarena.c \ + Python/pyctype.c \ Python/pyfpe.c \ Python/pymath.c \ Python/pystate.c \ |