In mcs:
[mono.git] / mono.pc.in
index 99c957f10aa47e926e70bf1413785e9d72ae3d6d..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
-Cflags: -I${includedir}
+Requires: glib-2.0 gmodule-2.0 gthread-2.0
+Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
+Cflags: -I${includedir} @libmono_cflags@