aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorop2022-08-06 17:11:36 +0000
committerWolfgang Müller2023-10-12 12:08:43 +0200
commit0917ae22bc82c991d38a66222846c31ee0d6692d (patch)
tree7eaaf4b66e493aa8acc43cadf20d99fe8567343c /Makefile
parent0be49518a018ea21d92535f2813c70419e16bbfa (diff)
downloadslowcgi-0917ae22bc82c991d38a66222846c31ee0d6692d.tar.gz
add a -t flag to change the request timeout
original diff from Alfred Morgan (alfred [at] 54 dot org) ok florian@ and manpage tweaks by me.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95cd170..09c3eaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PROG = slowcgi
-OBJS = slowcgi.o getdtablecount.o strlcpy.o
+OBJS = slowcgi.o getdtablecount.o strlcpy.o strtonum.o
LIBS = libevent
PREFIX ?= /usr/local