GUACAMOLE-637: Add missing libguac include path to RDP and common-ssh tests.

This commit is contained in:
Michael Jumper 2019-04-09 23:36:03 -07:00
parent dd4c3968d1
commit 0c25782036
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ test_common_ssh_SOURCES = \
test_common_ssh_CFLAGS = \ test_common_ssh_CFLAGS = \
-Werror -Wall -pedantic \ -Werror -Wall -pedantic \
@COMMON_INCLUDE@ \ @COMMON_INCLUDE@ \
@COMMON_SSH_INCLUDE@ @COMMON_SSH_INCLUDE@ \
@LIBGUAC_INCLUDE@
test_common_ssh_LDADD = \ test_common_ssh_LDADD = \
@CUNIT_LIBS@ \ @CUNIT_LIBS@ \

View File

@ -38,7 +38,8 @@ test_rdp_SOURCES = \
test_rdp_CFLAGS = \ test_rdp_CFLAGS = \
-Werror -Wall -pedantic \ -Werror -Wall -pedantic \
@LIBGUAC_CLIENT_RDP_INCLUDE@ @LIBGUAC_CLIENT_RDP_INCLUDE@ \
@LIBGUAC_INCLUDE@
test_rdp_LDADD = \ test_rdp_LDADD = \
@CUNIT_LIBS@ \ @CUNIT_LIBS@ \