From c5a46fa63373c129e9595373d4c126030266d957 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 27 Dec 2009 13:18:32 -0500 Subject: Dynamic linking of the runtime system --- src/http.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/http.sml') 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" -- cgit v1.2.3