diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-12 15:50:15 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-12 15:50:15 +0100 |
commit | 2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 (patch) | |
tree | 7bd0e7104d687206422d2d882592cd70b35ea80b /Makefile | |
parent | 7472e4e8e4897adc90f9e9030bb35ea07ded8b32 (diff) |
Move https.* to http.*
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 \ |