summaryrefslogtreecommitdiff
path: root/src/http.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/http.sml
parent834b3a5799b14cc722dfca9205c4b37e2faedce4 (diff)
Protocol-specific compiler options
Diffstat (limited to 'src/http.sml')
-rw-r--r--src/http.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.sml b/src/http.sml
index 3f6fc2df..499c9966 100644
--- a/src/http.sml
+++ b/src/http.sml
@@ -30,6 +30,7 @@ structure Http :> HTTP = struct
open Settings
val () = addProtocol {name = "http",
+ compile = "",
linkStatic = clibFile "http.o",
linkDynamic = "-lurweb_http",
persistent = true}