X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono.pc.in;h=9374c192d757a3ea08ea9578f66316fc59b17e8c;hb=feca28835d4e3cb2be67bdcbd4f54fee62c3797a;hp=b837aa6d784cc3a6088e97a07a54cb6a0c06696e;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mono.pc.in b/mono.pc.in index b837aa6d784..9374c192d75 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/mono-@API_VER@ Name: Mono Description: Mono Runtime Version: @VERSION@ -Requires: glib-2.0 gmodule-2.0 gthread-2.0 -Libs: -L${libdir} -lmono @libmono_ldflags@ -lm +Requires: glib-2.0 gthread-2.0 +Libs: -L${libdir} @export_ldflags@ -lmono @libmono_ldflags@ Cflags: -I${includedir} @libmono_cflags@