GitHub user sl4mmy opened a pull request: https://github.com/apache/zookeeper/pull/557
ZOOKEEPER-3077: build outside of source directory Allow building native C library outside of source directory by explicitly looking for jute generated header and source files inside source directory. Signed-off-by: Kent R. Spillner <kspill...@acm.org> You can merge this pull request into a Git repository by running: $ git pull https://github.com/sl4mmy/zookeeper zookeeper-3077 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/557.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 #557 ---- commit c9a5365e4145c7bd35555a923bff081cdee6f72d Author: Kent R. Spillner <kspillner@...> Date: 2018-07-03T17:42:37Z ZOOKEEPER-3077: build outside of source directory Allow building native C library outside of source directory by explicitly looking for jute generated header and source files inside source directory. Signed-off-by: Kent R. Spillner <kspill...@acm.org> ---- ---