summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 59b5079..60fd91d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ NULL =
SUBDIRS = common gtk po python_modules doc data
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = spice-client-glib.pc spice-client-gtk.pc
+pkgconfig_DATA = spice-client-glib-2.0.pc spice-client-gtk-2.0.pc
INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \