diff options
author | midipix <writeonce@midipix.org> | 2018-11-22 22:29:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-22 23:55:31 -0500 |
commit | 8f53acc8ecf66aca6367b372a0f83a568d11f485 (patch) | |
tree | a91fbee79c59ac5e3597ad03b8b030370008b3c5 /project | |
parent | e99c09999aefad120e281244aa0389bf1711dc04 (diff) | |
download | sbpython2-8f53acc8ecf66aca6367b372a0f83a568d11f485.tar.bz2 sbpython2-8f53acc8ecf66aca6367b372a0f83a568d11f485.tar.xz |
project: defined APP_SRCS, configured front-end executable accordingly.
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) \ |