GitHub user hardening opened a pull request:
https://github.com/apache/incubator-guacamole-server/pull/117
GUACAMOLE-402: fix out-of-tree build
Use $(srcdir) in places were it's needed, so that an out-of-tree build
works.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hardening/incubator-guacamole-server
outoftreebuild
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-server/pull/117.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #117
----
commit bb527f30f8967939659bb12a7a37861a7e4fb450
Author: David Fort <[email protected]>
Date: 2017-10-12T13:11:27Z
GUACAMOLE-402: fix out-of-tree build
Use $(srcdir) in places were it's needed, so that an out-of-tree build
works.
----
---