diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2011-01-14 18:07:10 +0000 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-14 19:33:07 +0100 |
commit | 71187955773a3f1a4ac58ab50e26af74d0b145e5 (patch) | |
tree | a48b28d66da897580023bbe6236931ce47ac37f6 /configure.ac | |
parent | 4bd7d2c86397397b632c15a2deef19032e415358 (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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 866fa99..9e566b6 100644 --- a/configure.ac +++ b/configure.ac @@ -433,8 +433,8 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_OUTPUT([ Makefile -spice-client-glib.pc -spice-client-gtk.pc +spice-client-glib-2.0.pc +spice-client-gtk-2.0.pc common/Makefile common/win/Makefile common/win/my_getopt-1.5/Makefile |