diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 0f3c32b..ba3493c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -138,6 +138,7 @@ PYTHON_SRCS = \ Python/traceback.c \ APP_SRCS = \ + Modules/python.c \ COMMON_SRCS = \ $(DYNLOAD_SRCS) \ |