X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mint.pc.in;h=0b91a2c117cd61ee8ce347186833221bcfb639fe;hb=feca28835d4e3cb2be67bdcbd4f54fee62c3797a;hp=087e17b70061e33d5237c1fe203745f38c52309d;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mint.pc.in b/mint.pc.in index 087e17b7006..0b91a2c117c 100644 --- a/mint.pc.in +++ b/mint.pc.in @@ -7,6 +7,6 @@ includedir=${prefix}/include/mono-@API_VER@ Name: Mono Interpreter Description: Mono Interpreter Runtime Version: @VERSION@ -Requires: glib-2.0 gmodule-2.0 gthread-2.0 -Libs: -L${libdir} -lmint @libmono_ldflags@ -lm +Requires: glib-2.0 gthread-2.0 +Libs: -L${libdir} @export_ldflags@ -lmint @libmono_ldflags@ Cflags: -I${includedir} @libmono_cflags@