Add support for out-of-tree ("VPATH") builds.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 15:01:41 +0000 (16:01 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 9 May 2015 15:41:48 +0000 (16:41 +0100)
commit13f9bc1ff199bea46d3dde391a848f119e2cc0f0
treec9b7cba8fe138af1480f13a6e626fbf994fb0b04
parent462e9892ae2765d0c7036005fafe036fd2a9f4f2
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
Makefile.am
configure.ac
doc/Makefile.am
src/Makefile.am