summaryrefslogtreecommitdiff
path: root/govirt/govirt-1.0.pc.in
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-07-04 22:35:13 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-07-05 10:38:49 +0200
commitcceeed04d11b25f15a1ddf04961a1a598b068e3b (patch)
tree0b9ec98da69985a932f691be79853e4607cc0a56 /govirt/govirt-1.0.pc.in
parent931aef28660cb522eca02ae49ef579a7bbbc065e (diff)
Use govirt-1.0 more consistently
It was used in some places, but the toplevel include directory was govirt-1/ and the .pc file had no suffix. This commit makes sure both use the -1.0 suffix
Diffstat (limited to 'govirt/govirt-1.0.pc.in')
-rw-r--r--govirt/govirt-1.0.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/govirt/govirt-1.0.pc.in b/govirt/govirt-1.0.pc.in
new file mode 100644
index 0000000..edc7b31
--- /dev/null
+++ b/govirt/govirt-1.0.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: govirt
+Description: goVirt is a GLib binding for oVirt REST API
+Version: @VERSION@
+Requires: gio-2.0, glib-2.0, gobject-2.0, rest-0.7
+Libs: -L${libdir} -lgovirt
+Cflags: -I${includedir}/govirt-1.0