diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-08 18:07:24 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-08 18:07:24 (GMT) |
commit | aa50ae92057db36e033b157bbe393d6c7df9fc05 (patch) | |
tree | 1c1d9469d625784f7e038d4c445eaf72055a2587 /nopsyncd/Makefile | |
parent | 914ee9d782bdd514058bf90ed118523a252bcc02 (diff) |
added pipe between worker threads
Diffstat (limited to 'nopsyncd/Makefile')
-rw-r--r-- | nopsyncd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nopsyncd/Makefile b/nopsyncd/Makefile index ffba7cb..a540d77 100644 --- a/nopsyncd/Makefile +++ b/nopsyncd/Makefile @@ -25,7 +25,8 @@ endif EXECUTABLE := nopsyncd -C_OBJS := nopsyncd.o +C_OBJS := l_pipe.o \ + nopsyncd.o C_SRCS := $(C_OBJS:%.o=%.c) |