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 9868db3..af302a1 100644 --- a/project/common.mk +++ b/project/common.mk @@ -24,6 +24,7 @@ COMMON_SRCS = \ src/internal/ptycon_ntaio_impl.c \ src/internal/ptycon_open_impl.c \ src/pty/ptyc_pty_ctx.c \ + src/pty/ptyc_spawn.c \ src/skin/ptyc_skin_default.c \ APP_SRCS = \ |