summaryrefslogtreecommitdiff
path: root/spice-client-glib-2.0.pc.in
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-01-14 18:07:10 +0000
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-01-14 19:33:07 +0100
commit71187955773a3f1a4ac58ab50e26af74d0b145e5 (patch)
treea48b28d66da897580023bbe6236931ce47ac37f6 /spice-client-glib-2.0.pc.in
parent4bd7d2c86397397b632c15a2deef19032e415358 (diff)
Include ABI version in library names.
To allow easy parallel install of spice-gtk builds against GTK2 and GTK3, include the ABI version in the library names. libspice-gtk.la -> libspice-gtk-2.0.la libspice-glib.la -> libspice-glib-2.0.la The PyGtk module doesn't change because that is obsolete and unused in GTK3 world.
Diffstat (limited to 'spice-client-glib-2.0.pc.in')
-rw-r--r--spice-client-glib-2.0.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/spice-client-glib-2.0.pc.in b/spice-client-glib-2.0.pc.in
new file mode 100644
index 0000000..494b397
--- /dev/null
+++ b/spice-client-glib-2.0.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: spice-client-glib-2.0
+Description: SPICE Client GLib 2.0 library
+Version: @VERSION@
+
+Requires: @SPICE_REQUIRES@ spice-protocol
+Libs: -L${libdir} -lspice-client-glib-2.0
+Cflags: -I${includedir}/spice-client-glib-2.0