This commit is contained in:
Mario Fetka
2020-04-01 17:29:03 +02:00
parent 55fe1fbbdc
commit 8882e698cf
7 changed files with 39 additions and 96 deletions

View File

@@ -12,11 +12,11 @@ all: .libs/mod_proxy_protocol.so
# build the so in the current directory
.libs/mod_proxy_protocol.so: mod_proxy_protocol.c
$(APXS) -c -Wc,-Wall mod_proxy_protocol.c
$(APXS) -c mod_proxy_protocol.c
# install the so - usually needs root access
install: .libs/mod_proxy_protocol.so
$(APXS) -i mod_proxy_protocol.la
$(APXS) -i mod_proxy_protocol.c
# generate the html doc
docs: mod_proxy_protocol.html