summaryrefslogtreecommitdiffstats
path: root/eina_graph.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'eina_graph.pc.in')
-rw-r--r--eina_graph.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/eina_graph.pc.in b/eina_graph.pc.in
new file mode 100644
index 0000000..3bd6f75
--- /dev/null
+++ b/eina_graph.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+vmaj=@VMAJ@
+
+Name: eina_graph
+Description: EFL-eina based graph algorithms collection
+@pkgconfig_requires_private@: @requirement_eina_graph@
+Version: @VERSION@
+Libs: -L${libdir} -leina_graph
+Cflags: -I${includedir}/eina_graph-@VMAJ@