aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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