aboutsummaryrefslogtreecommitdiff
path: root/httpd/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-06-23 17:25:57 +0200
committerReyk Floeter <reyk@esdenera.com>2015-06-23 17:25:57 +0200
commit81406d22e54b5d3ad4799d92125dd1c4a4bc0a28 (patch)
treef06195078745a28c9e9ba9d66ac5a80032735ae0 /httpd/Makefile
parentada83f819308cab0c92bcba37a152a655782157b (diff)
parentf9ef46fb267f6cf5ec187b068c993615040b7a7b (diff)
downloadhttpd-81406d22e54b5d3ad4799d92125dd1c4a4bc0a28.tar.gz
httpd-81406d22e54b5d3ad4799d92125dd1c4a4bc0a28.zip
Merge branch 'patterns'
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