summaryrefslogtreecommitdiff
path: root/src/fastcgi.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-27 14:25:22 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-27 14:25:22 -0500
commita26a03c0de18158614e0d374fd49a281444871db (patch)
treecfafe28760c47460a4ffe49b3e1458e20f439ad9 /src/fastcgi.sml
parent834b3a5799b14cc722dfca9205c4b37e2faedce4 (diff)
Protocol-specific compiler options
Diffstat (limited to 'src/fastcgi.sml')
-rw-r--r--src/fastcgi.sml1
1 files changed, 1 insertions, 0 deletions
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}