Remove team
[mono-project.git] / mono.pc.in
blob8191c7b11abfe77f26a3460df9dd843991e66333
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
7 Name: Mono
8 Description: Mono Runtime
9 Version: @VERSION@
10 Requires: glib-2.0 gmodule-2.0
11 Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
12 Cflags: -I${includedir} @libmono_cflags@