2006-06-06 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / mint.pc.in
blob9486c6f1a7f667907bf25a1e1ab0ee6fa11ebb38
1 prefix=${pcfiledir}/../..
2 exec_prefix=${pcfiledir}/../..
3 libdir=${prefix}/lib
4 includedir=${prefix}/include
7 Name: Mono Interpreter
8 Description: Mono Interpreter Runtime
9 Version: @VERSION@
10 Requires: glib-2.0 gmodule-2.0 gthread-2.0
11 Libs: -L${libdir} -lmint @libmono_ldflags@ -lm
12 Cflags: -I${includedir} @libmono_cflags@