Patch by D. Moonfire that fixes several issues with 2.0 page attributes.
[mono.git] / mono.pc.in
1 prefix=${pcfiledir}/../..
2 exec_prefix=${pcfiledir}/../..
3 libdir=${prefix}/@reloc_libdir@
4 includedir=${prefix}/include
5
6 Name: Mono
7 Description: Mono Runtime
8 Version: @VERSION@
9 Requires: glib-2.0 gmodule-2.0 gthread-2.0
10 Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
11 Cflags: -I${includedir} @libmono_cflags@