* TreeView.cs: Hook up to the text controls leave event so we can
[mono.git] / mono.pc.in
index 0a9053b1ebd33540ac9c195148632bd96d26e0ec..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
-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@