Cleanup exception s390 handling; fix prolog length setting; correct test
[mono.git] / mint.pc.in
blob004bb0f7162568b738835f0923169ceb4e5c422a
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
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@ @ICU_LIBS@ -lm
12 Cflags: -I${includedir} @libmono_cflags@