First approach to websocket WEB-GUI

This commit is contained in:
eddyem
2014-10-15 22:22:55 +04:00
parent 1a63497f04
commit b53a659d40
4 changed files with 452 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
PROGRAM = websocktest
LDFLAGS = $(shell pkg-config --libs libwebsockets)
LDFLAGS = $(shell pkg-config --libs libwebsockets) -lpthread
SRCS = test.c
CC = gcc
DEFINES = -D_XOPEN_SOURCE=501 -DCUR_PATH=\"$(shell pwd)\"