aboutsummaryrefslogtreecommitdiff
path: root/httpd/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-06-20 14:10:47 +0200
committerReyk Floeter <reyk@esdenera.com>2015-06-20 14:15:23 +0200
commitf3f57c7673a69d373ac1b2d64d919ea504d9f7f0 (patch)
treefdc874b40d160304780c5797b3beba74d79342fb /httpd/Makefile
parent739f1323fdd1b31986f8d976b287b5a250539ec7 (diff)
downloadhttpd-f3f57c7673a69d373ac1b2d64d919ea504d9f7f0.tar.gz
httpd-f3f57c7673a69d373ac1b2d64d919ea504d9f7f0.zip
Experimental support for rewrites using Lua's lean pattern matching implementation.
Diffstat (limited to 'httpd/Makefile')
-rw-r--r--httpd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/httpd/Makefile b/httpd/Makefile
index 885ad42..69fdb5e 100644
--- a/httpd/Makefile
+++ b/httpd/Makefile
@@ -6,6 +6,9 @@ SRCS+= config.c control.c httpd.c log.c logger.c proc.c
SRCS+= server.c server_http.c server_file.c server_fcgi.c
MAN= httpd.8 httpd.conf.5
+SRCS+= patterns.c
+MAN+= patterns.7
+
LDADD= -levent -ltls -lssl -lcrypto -lutil
DPADD= ${LIBEVENT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL}
#DEBUG= -g -DDEBUG=3 -O0