* UnixFile.cs: Cope with changes in UnixStream.
[mono.git] / mono.pc.in
index 1e50f2bfcbfc50d2488556c3c9bc7c7bd43b24c5..b837aa6d784cc3a6088e97a07a54cb6a0c06696e 100644 (file)
@@ -7,6 +7,6 @@ includedir=@includedir@
 Name: Mono
 Description: Mono Runtime
 Version: @VERSION@
-Requires: glib-2.0 gmodule-2.0
-Libs: -L${libdir} -lmono -lm
+Requires: glib-2.0 gmodule-2.0 gthread-2.0
+Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
 Cflags: -I${includedir} @libmono_cflags@