Skip to content

Commit

Permalink
Merge 1.5.4 changes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Oct 26, 2023
2 parents bb14ee9 + 5ad2650 commit 5b2eb7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/common-ssh/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ test_common_ssh_CFLAGS = \
test_common_ssh_LDADD = \
@CUNIT_LIBS@ \
@COMMON_SSH_LTLIB@ \
@COMMON_LTLIB@
@COMMON_LTLIB@ \
@LIBGUAC_LTLIB@

#
# Autogenerate test runner
Expand Down
3 changes: 2 additions & 1 deletion src/common/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ test_common_CFLAGS = \

test_common_LDADD = \
@COMMON_LTLIB@ \
@CUNIT_LIBS@
@CUNIT_LIBS@ \
@LIBGUAC_LTLIB@

#
# Autogenerate test runner
Expand Down
3 changes: 2 additions & 1 deletion src/protocols/rdp/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ test_rdp_CFLAGS = \

test_rdp_LDADD = \
@CUNIT_LIBS@ \
@LIBGUAC_CLIENT_RDP_LTLIB@
@LIBGUAC_CLIENT_RDP_LTLIB@ \
@LIBGUAC_LTLIB@

#
# Autogenerate test runner
Expand Down

0 comments on commit 5b2eb7b

Please sign in to comment.