Minor tweaks and improvements to the tunala demo.
[openssl.git] / demos / tunala / Makefile
index fd5b651bc78527a97cf17f9f8c92137bb40e9435..a68db7a39d3f9baa8719e7afdc273081e401a268 100644 (file)
@@ -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