summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-04 20:57:15 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-04 20:57:15 +0100
commit9d00f7319eda30ec91637a75b3fddc171e135233 (patch)
tree213fd6694cec8b30aed712837f68bb1aba0e8f89 /Makefile
parent8475a181be2301702c409a20dc99115ee54ec9cc (diff)
Adjust to new environment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d9b55db..58da00f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ PLUGINS= \
weblog
CXXFLAGS+=-fPIE
+CXXFLAGS+=-gdwarf-4
LDLIBS+=\
-lreichwein \
@@ -36,11 +37,9 @@ LDFLAGS+=-pie
PROGSRC=\
auth.cpp \
- base64.cpp \
config.cpp \
http.cpp \
https.cpp \
- os.cpp \
plugin.cpp \
privileges.cpp \
response.cpp \
@@ -123,8 +122,6 @@ DISTFILES= \
archive.h \
auth.cpp \
auth.h \
- base64.cpp \
- base64.h \
config.cpp \
config.h \
http.cpp \
@@ -132,8 +129,6 @@ DISTFILES= \
https.cpp \
https.h \
main.cpp \
- os.cpp \
- os.h \
plugin.cpp \
plugin.h \
plugin_interface.h \