Re: [PATCH] Do not distribute generated headers

2014-05-12 Thread Kristian Høgsberg
On Wed, May 07, 2014 at 02:09:35PM +0200, Thierry Reding wrote: > From: Thierry Reding > > The wayland-server-protocol.h and wayland-client-protocol.h headers are > currently being shipped in tarballs created using make dist. This causes > out-of-tree builds to fail since make will detect that th

Re: [PATCH] Do not distribute generated headers

2014-05-07 Thread Jason Ekstrand
I won't claim to be an autotools expert, but this looks sane to me. Probably something we want to take care of for 1.5. Reviewed-by: Jason Ekstrand On Wed, May 7, 2014 at 7:09 AM, Thierry Reding wrote: > From: Thierry Reding > > The wayland-server-protocol.h and wayland-client-protocol.h head

[PATCH] Do not distribute generated headers

2014-05-07 Thread Thierry Reding
From: Thierry Reding The wayland-server-protocol.h and wayland-client-protocol.h headers are currently being shipped in tarballs created using make dist. This causes out-of-tree builds to fail since make will detect that the headers exist by looking at the source directory (via VPATH) and not reg