- Added pkg-config files (.pc.in), so after the library is installed you can
[projects/chimara/chimara.git] / chimara-plugin.pc.in
diff --git a/chimara-plugin.pc.in b/chimara-plugin.pc.in
new file mode 100644 (file)
index 0000000..85146b5
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Chimara
+Description: Multi-session Glk library, with interactive fiction plugins
+Version: @PACKAGE_VERSION@
+URL: http://no.public.website.yet
+Requires: glib-2.0
+Libs: -module -shared -avoid-version -export-symbols-regex "^glk_main$$"
+Cflags: -I${includedir}/chimara
+