- Added pkg-config files (.pc.in), so after the library is installed you can
[projects/chimara/chimara.git] / chimara-plugin.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Chimara
7 Description: Multi-session Glk library, with interactive fiction plugins
8 Version: @PACKAGE_VERSION@
9 URL: http://no.public.website.yet
10 Requires: glib-2.0
11 Libs: -module -shared -avoid-version -export-symbols-regex "^glk_main$$"
12 Cflags: -I${includedir}/chimara
13