shlib major

This commit is contained in:
Gerd Hoffmann 2010-03-29 17:47:31 +02:00
parent a97875bc3f
commit 455cae7c74

View File

@ -26,7 +26,7 @@ AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_C_BIGENDIAN
SPICE_LT_VERSION=m4_format("%d:%d:%d", SPICE_MAJOR, SPICE_MINOR, SPICE_MICRO)
SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 0)
AC_SUBST(SPICE_LT_VERSION)
# Check for the CPU we are using