Imported Upstream version 0.1

This commit is contained in:
Mario Fetka
2020-04-01 17:23:04 +02:00
parent 29b6a57ca2
commit 67848c0fa7
14 changed files with 272 additions and 92 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