GUACAMOLE-1604: Update libtool version info for libguac (interfaces added and changed).

The only changed interface here is the guac_user_info struct, which now
has a "name" member.
This commit is contained in:
Mike Jumper 2023-01-10 17:07:14 -08:00
parent eac064bde9
commit 1a7a57ed19

View File

@ -137,7 +137,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic -Werror -Wall -pedantic
libguac_la_LDFLAGS = \ libguac_la_LDFLAGS = \
-version-info 20:0:0 \ -version-info 21:0:0 \
-no-undefined \ -no-undefined \
@CAIRO_LIBS@ \ @CAIRO_LIBS@ \
@DL_LIBS@ \ @DL_LIBS@ \