From 1a208a19898aa503df50dff0aeb1327bffb3a05a Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 10 Dec 2013 22:49:09 +0100 Subject: [PATCH] Add forgotten file --- examples/websocket/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/websocket/Makefile b/examples/websocket/Makefile index ba84c041..3d654929 100644 --- a/examples/websocket/Makefile +++ b/examples/websocket/Makefile @@ -7,7 +7,7 @@ PROG = websocket -SRC = WebSockCallbacks.c +SRC = WebSockCallbacks.c websocket.c TOP = ../.. CIVETWEB_LIB = libcivetweb.a