GUACAMOLE-637: Merge add missing libguac include path to tests.

This commit is contained in:
Virtually Nick 2019-04-10 06:14:28 -04:00 committed by GitHub
commit b90e566e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

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