summaryrefslogtreecommitdiffstats
path: root/demos/tunala/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tunala/Makefile')
-rw-r--r--demos/tunala/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/tunala/Makefile b/demos/tunala/Makefile
index fd5b651bc7..a68db7a39d 100644
--- a/demos/tunala/Makefile
+++ b/demos/tunala/Makefile
@@ -17,8 +17,8 @@ COMPILE=$(CC) $(CFLAGS) -c
# Edit, particularly the "-ldl" if not building with "dlfcn" support
LINK_FLAGS=-L$(SSL_LIBDIR) -lssl -lcrypto -ldl
-SRCS=buffer.c ip.c sm.c tunala.c
-OBJS=buffer.o ip.o sm.o tunala.o
+SRCS=buffer.c cb.c ip.c sm.c tunala.c
+OBJS=buffer.o cb.o ip.o sm.o tunala.o
TARGETS=tunala
@@ -35,6 +35,7 @@ tunala: $(OBJS)
# Extra dependencies, should really use makedepend
buffer.o: buffer.c tunala.h
+cb.o: cb.c tunala.h
ip.o: ip.c tunala.h
sm.o: sm.c tunala.h
tunala.o: tunala.c tunala.h