GUACAMOLE-1886: Bump libguac to new soversion (interfaces changed).

The contents of the guac_client structure have been modified such that
existing structure members may have different offsets. Established code
that links against libguac will need to be rebuilt.
This commit is contained in:
Mike Jumper 2023-11-22 13:05:54 -08:00
parent 3a6c33a6d3
commit e582b96825

View File

@ -160,7 +160,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic
libguac_la_LDFLAGS = \
-version-info 22:0:1 \
-version-info 23:0:0 \
-no-undefined \
@CAIRO_LIBS@ \
@DL_LIBS@ \