summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-12 15:50:15 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-12 15:50:15 +0100
commit2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 (patch)
tree7bd0e7104d687206422d2d882592cd70b35ea80b /Makefile
parent7472e4e8e4897adc90f9e9030bb35ea07ded8b32 (diff)
Move https.* to http.*
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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 \