summaryrefslogtreecommitdiff
path: root/src/http.sml
diff options
context:
space:
mode:
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}