summaryrefslogtreecommitdiffstats
path: root/eina_graph.pc.in
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-12-06 15:05:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-12-06 15:05:31 +0100
commitca99540270f229485e64caed4aa949e129ddf1d8 (patch)
treea7fd9f49078ceb25c6f4d01f0c8bb8505f78dd7c /eina_graph.pc.in
downloadeina_graph-ca99540270f229485e64caed4aa949e129ddf1d8.zip
eina_graph-ca99540270f229485e64caed4aa949e129ddf1d8.tar.gz
Initial commit
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@