Re: [PATCH weston v2] Makefile.am: Fix protocol source files usage

2014-02-02 Thread Jasper St. Pierre
On Sun, Feb 2, 2014 at 1:06 AM, Kristian Høgsberg wrote: > On Sat, Feb 01, 2014 at 09:39:12PM +0100, Quentin Glidic wrote: > > From: Quentin Glidic > > > > Signed-off-by: Quentin Glidic > > --- > > > > v2: Update .gitignore (Thanks Jasper) > > I looked into this and I did have generated .c and .

Re: [PATCH weston v2] Makefile.am: Fix protocol source files usage

2014-02-01 Thread Kristian Høgsberg
On Sat, Feb 01, 2014 at 09:39:12PM +0100, Quentin Glidic wrote: > From: Quentin Glidic > > Signed-off-by: Quentin Glidic > --- > > v2: Update .gitignore (Thanks Jasper) I looked into this and I did have generated .c and .h files in my source tree that made my out-of-tree builds succeed. Also,

Re: [PATCH weston v2] Makefile.am: Fix protocol source files usage

2014-02-01 Thread Kristian Høgsberg
On Sat, Feb 1, 2014 at 12:39 PM, Quentin Glidic wrote: > From: Quentin Glidic > > Signed-off-by: Quentin Glidic > --- > > v2: Update .gitignore (Thanks Jasper) I don't want to move where the files are generated. It works fine with out-of-tree builds. I did a complete out-of-tree autogen and b

[PATCH weston v2] Makefile.am: Fix protocol source files usage

2014-02-01 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- v2: Update .gitignore (Thanks Jasper) .gitignore | 1 + Makefile.am | 189 --- clients/.gitignore | 18 - desktop-shell/.gitignore | 4 - src/.gitignore