mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
shlib major
This commit is contained in:
parent
a97875bc3f
commit
455cae7c74
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user