diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 \ |