Added System.Web.J2EE/PageMapper.cs and fixed dependecies in J2EE config.
[mono.git] / mint.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6
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@