]> git.sur5r.net Git - kconfig-frontends/commit
Makefile: unbreak build out-of-tree
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Apr 2017 16:06:35 +0000 (18:06 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Apr 2017 16:13:40 +0000 (18:13 +0200)
commit5bb1084ddc395fe8b5193a3d85a4daa86fef49a4
treea6eaf0eb92ff70bf6adb427b2854de750207df64
parent095eba4a2c163f67bdc50dca7b75ca8895da6814
Makefile: unbreak build out-of-tree

When we switched to a single top-level Makefile, we lost the ability
to build out-of-tree, but only in a non-git tree... Weird...

However, the error is real: we were missing a include path for the
generated files, wihch are not generated in top_srcdir but in
top_builddir.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Makefile.am