X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mint.pc.in;h=0b91a2c117cd61ee8ce347186833221bcfb639fe;hb=e1cf022a027c7755f41a4d4059a3da11a9ec385a;hp=087e17b70061e33d5237c1fe203745f38c52309d;hpb=434e59e4bc6cda7d62ad6725a8b5a590ff9c9d1f;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@