This is an automated email from the ASF dual-hosted git repository.
vnick pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
The following commit(s) were added to refs/heads/staging/1.1.0 by this push:
new 0c25782 GUACAMOLE-637: Add missing libguac include path to RDP and
common-ssh tests.
new b90e566 GUACAMOLE-637: Merge add missing libguac include path to
tests.
0c25782 is described below
commit 0c257820361aadb8c24c35c8e135ba31778efedc
Author: Michael Jumper <[email protected]>
AuthorDate: Tue Apr 9 23:36:03 2019 -0700
GUACAMOLE-637: Add missing libguac include path to RDP and common-ssh tests.
---
src/common-ssh/tests/Makefile.am | 3 ++-
src/protocols/rdp/tests/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/common-ssh/tests/Makefile.am b/src/common-ssh/tests/Makefile.am
index b26d5bb..1239699 100644
--- a/src/common-ssh/tests/Makefile.am
+++ b/src/common-ssh/tests/Makefile.am
@@ -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@ \
diff --git a/src/protocols/rdp/tests/Makefile.am
b/src/protocols/rdp/tests/Makefile.am
index a803b63..3f57bbf 100644
--- a/src/protocols/rdp/tests/Makefile.am
+++ b/src/protocols/rdp/tests/Makefile.am
@@ -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@ \