summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-06-27 12:38:23 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-06-27 12:38:23 -0400
commit3f68c6c7c7a9d940624b594a02383e1f2d09643b (patch)
treeb3a424dbabd630f63bba97a1f80919800ee093fc /Makefile.in
parent1f9a8668b26293202f7d0511e160032a2f1c0634 (diff)
Successfully starting FastCGI sessions with Apache
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8d7b9c5..1aca9590 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@ all: smlnj mlton c
smlnj: src/urweb.cm
mlton: bin/urweb
-OBJS := urweb request http cgi
+OBJS := urweb request queue http cgi fastcgi
c: $(OBJS:%=lib/c/%.o)
clean: