From dc2e2b3e293a8374a2627982b521cc6865129c49 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Jan 2023 13:15:18 +0100 Subject: Separated out websocket --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 862fa51..2803d05 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ LDFLAGS+=-pie PROGSRC=\ auth.cpp \ config.cpp \ + error.cpp \ http.cpp \ https.cpp \ plugin.cpp \ @@ -45,7 +46,8 @@ PROGSRC=\ response.cpp \ statistics.cpp \ server.cpp \ - webserver.cpp + webserver.cpp \ + websocket.cpp SRC=$(PROGSRC) main.cpp @@ -148,6 +150,8 @@ DISTFILES= \ debian/webserver.install \ debian/webserver.manpages \ debian/webserver.service \ + error.cpp \ + error.h \ http.cpp \ http.h \ https.cpp \ @@ -217,6 +221,8 @@ DISTFILES= \ tests/test-server.cpp \ tests/test-statistics.cpp \ tests/test-webserver.cpp \ + websocket.cpp \ + websocket.h \ webserver.1 \ webserver.conf \ webserver.cpp \ -- cgit v1.2.3