summaryrefslogtreecommitdiffstats
path: root/ganv.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'ganv.pc.in')
-rw-r--r--ganv.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ganv.pc.in b/ganv.pc.in
new file mode 100644
index 0000000..3edf190
--- /dev/null
+++ b/ganv.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: ganv
+Version: @GANV_VERSION@
+Description: A Gtk canvas widget for graph based interfaces
+Requires: gtk+-2.0
+Libs: -L${libdir} -l@LIB_GANV@
+Cflags: -I${includedir}/ganv-@GANV_MAJOR_VERSION@