summaryrefslogtreecommitdiff
path: root/src/http.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.sml')
-rw-r--r--src/http.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http.sml b/src/http.sml
index b835a4ac..3f6fc2df 100644
--- a/src/http.sml
+++ b/src/http.sml
@@ -30,7 +30,8 @@ structure Http :> HTTP = struct
open Settings
val () = addProtocol {name = "http",
- link = clibFile "request.o" ^ " " ^ clibFile "queue.o" ^ " " ^ clibFile "http.o",
+ linkStatic = clibFile "http.o",
+ linkDynamic = "-lurweb_http",
persistent = true}
val () = setProtocol "http"