summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-24 23:40:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-24 23:40:12 +0200
commitc7fd1b11e03b327d1e8c5cfecdcc2c907b393739 (patch)
tree2afa2e17166c0d2bd59aa27003d179d656a888ff /src/Makefile
parentmoved pipeline creation subs to own file (diff)
added udp socket handling to own file
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index ac91c33..eb9f39b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -45,6 +45,7 @@ C_OBJS := log.o \
string_list.o \
utils.o \
pipelines.o \
+ udp.o \
sydra.o
C_SRCS := $(C_OBJS:%.o=%.c)