summaryrefslogtreecommitdiff
path: root/src/http.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.sml')
-rw-r--r--src/http.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http.sml b/src/http.sml
index 499c9966..4054eb1e 100644
--- a/src/http.sml
+++ b/src/http.sml
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008-2009, Adam Chlipala
+(* Copyright (c) 2008-2010, Adam Chlipala
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ open Settings
val () = addProtocol {name = "http",
compile = "",
- linkStatic = clibFile "http.o",
+ linkStatic = Config.lib ^ "/../liburweb_http.a",
linkDynamic = "-lurweb_http",
persistent = true}
val () = setProtocol "http"