From 2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 15:50:15 +0100 Subject: Move https.* to http.* --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20b1072..fe2f7a0 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ PROGSRC=\ config.cpp \ error.cpp \ http.cpp \ - https.cpp \ plugin.cpp \ privileges.cpp \ response.cpp \ @@ -155,8 +154,6 @@ DISTFILES= \ error.h \ http.cpp \ http.h \ - https.cpp \ - https.h \ install-webserver.sh \ main.cpp \ plugin.cpp \ @@ -215,7 +212,6 @@ DISTFILES= \ tests/test-config.cpp \ tests/test-environment.cpp \ tests/test-http.cpp \ - tests/test-https.cpp \ tests/test-plugin.cpp \ tests/test-privileges.cpp \ tests/test-response.cpp \ -- cgit v1.2.3