Re: [PATCH weston 1/2] automake: list the the builddir include before the srcdir

2016-07-22 Thread Emil Velikov
On 5 July 2016 at 13:16, Quentin Glidic wrote: > On 04/07/2016 15:57, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Otherwise we'll pick up the stale (in-tree) generated source(s) over the >> fresh (out-of-tree) ones. >> >> Signed-off-by: Emil Velikov >> --- >> It's quite a corner case, alt

Re: [PATCH weston 1/2] automake: list the the builddir include before the srcdir

2016-07-05 Thread Quentin Glidic
On 04/07/2016 15:57, Emil Velikov wrote: From: Emil Velikov Otherwise we'll pick up the stale (in-tree) generated source(s) over the fresh (out-of-tree) ones. Signed-off-by: Emil Velikov --- It's quite a corner case, although it could save you a lot of time debugging. --- If the source dire

[PATCH weston 1/2] automake: list the the builddir include before the srcdir

2016-07-04 Thread Emil Velikov
From: Emil Velikov Otherwise we'll pick up the stale (in-tree) generated source(s) over the fresh (out-of-tree) ones. Signed-off-by: Emil Velikov --- It's quite a corner case, although it could save you a lot of time debugging. --- Makefile.am | 8 1 file changed, 4 insertions(+), 4 d