From: Etienne Dechamps Date: Sat, 12 Jul 2014 15:01:41 +0000 (+0100) Subject: Add support for out-of-tree ("VPATH") builds. X-Git-Tag: release-1.1pre12~172 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=13f9bc1ff199bea46d3dde391a848f119e2cc0f0;hp=13f9bc1ff199bea46d3dde391a848f119e2cc0f0;p=tinc Add support for out-of-tree ("VPATH") builds. This fixes some issues with the build system when building out of tree. With this commit, it is now possible to do the following: $ cd /tmp/build $ /path/to/tinc/configure $ make ---