X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono.pc.in;h=1475699031319e589f8cb6dd1014d52940f63154;hb=0ced2df1c60b6585cdae28a4f53c436088cfadf1;hp=99c957f10aa47e926e70bf1413785e9d72ae3d6d;hpb=917887781d1c47c3a31d7a499362e21d6e50e25b;p=mono.git diff --git a/mono.pc.in b/mono.pc.in index 99c957f10aa..14756990313 100644 --- a/mono.pc.in +++ b/mono.pc.in @@ -1,12 +1,11 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - +prefix=${pcfiledir}/../.. +exec_prefix=${pcfiledir}/../.. +libdir=${prefix}/@reloc_libdir@ +includedir=${prefix}/include 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@