summaryrefslogtreecommitdiff
path: root/src/fastcgi.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastcgi.sml')
-rw-r--r--src/fastcgi.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastcgi.sml b/src/fastcgi.sml
index c0f8bc12..c2e81d92 100644
--- a/src/fastcgi.sml
+++ b/src/fastcgi.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 = "fastcgi",
compile = "",
- linkStatic = clibFile "fastcgi.o",
+ linkStatic = Config.lib ^ "/../liburweb_fastcgi.a",
linkDynamic = "-lurweb_fastcgi",
persistent = true}