* MethodCall.cs: Changed exception text to match MS.NET (more or less).
[mono.git] / mono.pc.in
index 32e8adae30acfad77be59f27df53361ff044bd69..8191c7b11abfe77f26a3460df9dd843991e66333 100644 (file)
@@ -8,5 +8,5 @@ Name: Mono
 Description: Mono Runtime
 Version: @VERSION@
 Requires: glib-2.0 gmodule-2.0
-Libs: -L${libdir} -lmono
-Cflags:
+Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
+Cflags: -I${includedir} @libmono_cflags@