* TextControl.cs: soft now means something different than what
[mono-project.git] / mint.pc.in
blob087e17b70061e33d5237c1fe203745f38c52309d
1 prefix=${pcfiledir}/../..
2 exec_prefix=${pcfiledir}/../..
3 libdir=${prefix}/lib
4 includedir=${prefix}/include/mono-@API_VER@
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@