From 938fbe7a2f2f10a3abb530a9463e57fc20f40038 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Apr 2020 16:32:10 +0200 Subject: HTTP and HTTPs --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65c3ada..ed35360 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CXX=clang++ endif ifeq ($(shell which $(CXX)),) -#CXX=g++-9 +CXX=g++-9 endif ifeq ($(CXXFLAGS),) @@ -19,7 +19,7 @@ endif # -fprofile-instr-generate -fcoverage-mapping # gcc:--coverage -CXXFLAGS+= -Wall -I. +CXXFLAGS+= -Wall -I. -DVERSION=\"$(VERSION)\" CXXFLAGS+= -pthread ifeq ($(CXX),clang++-10) @@ -58,9 +58,12 @@ endif PROGSRC=\ config.cpp \ + file.cpp \ http.cpp \ + https.cpp \ http_debian10.cpp \ - plugin.cpp + plugin.cpp \ + server.cpp TESTSRC=\ test-webserver.cpp \ -- cgit v1.2.3