From a26a03c0de18158614e0d374fd49a281444871db 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/http.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http.sml') 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} -- cgit v1.2.3