diff options
author | midipix <writeonce@midipix.org> | 2016-07-15 05:07:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:28 -0400 |
commit | 72c4b0c8c5aa2ce3e47d4f335d2de055a33ecfe0 (patch) | |
tree | 3d535bf75479472c7b2409910265c43d195fbe00 /project | |
parent | f23497da9ffe02a44b9896aa5f6a5fd029939fd8 (diff) | |
download | ptycon-72c4b0c8c5aa2ce3e47d4f335d2de055a33ecfe0.tar.bz2 ptycon-72c4b0c8c5aa2ce3e47d4f335d2de055a33ecfe0.tar.xz |
daemon: added ptyc_daemon_connect().
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 838a6bb..a5c1120 100644 --- a/project/common.mk +++ b/project/common.mk @@ -7,6 +7,7 @@ COMMON_SRCS = \ src/console/ptyc_console_poller.c \ src/console/ptyc_console_reader.c \ src/console/ptyc_console_writer.c \ + src/daemon/ptyc_daemon_connect.c \ src/daemon/ptyc_daemon_init.c \ src/daemon/ptyc_daemon_loop.c \ src/debug/ptyc_dbg_cat.c \ |