diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 23:34:21 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 23:34:21 +0200 |
commit | be982f880df6388bd00386b2cae8c318f902f1b2 (patch) | |
tree | 4452fa85d9b32bd1f98dca9fa25c97b9d2b76e1a /src/Makefile | |
parent | added simple UDP protocol (diff) |
moved pipeline creation subs to own file
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 6b23ff3..ac91c33 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,6 +44,7 @@ C_OBJS := log.o \ slist.o \ string_list.o \ utils.o \ + pipelines.o \ sydra.o C_SRCS := $(C_OBJS:%.o=%.c) |