From 03605f653bdd50bedb38a77759a61d2e978fbeb2 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 27 Dec 2009 14:25:22 -0500 Subject: Protocol-specific compiler options --- src/fastcgi.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastcgi.sml') diff --git a/src/fastcgi.sml b/src/fastcgi.sml index 16836f30..c0f8bc12 100644 --- a/src/fastcgi.sml +++ b/src/fastcgi.sml @@ -30,6 +30,7 @@ structure Fastcgi :> FASTCGI = struct open Settings val () = addProtocol {name = "fastcgi", + compile = "", linkStatic = clibFile "fastcgi.o", linkDynamic = "-lurweb_fastcgi", persistent = true} -- cgit v1.2.3