summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r--PC/os2emx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 88120ba..f4ed510 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -300,6 +300,7 @@ SRC.PYTHON= $(addprefix $(TOP), \
Python/thread.c)
SRC.OBJECT= $(addprefix $(TOP), \
Objects/abstract.c \
+ Objects/boolobject.c \
Objects/bufferobject.c \
Objects/cellobject.c \
Objects/classobject.c \
@@ -318,6 +319,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/methodobject.c \
Objects/moduleobject.c \
Objects/object.c \
+ Objects/obmalloc.c \
Objects/rangeobject.c \
Objects/sliceobject.c \
Objects/stringobject.c \