Re: [Mesa-dev] [PATCH 5/6] mapi: fix shared-glapi dependency tracking

2015-03-02 Thread Emil Velikov
On 02/03/15 18:17, Matt Turner wrote: > On Mon, Mar 2, 2015 at 7:58 AM, Emil Velikov wrote: >> I.e. add shared-glapi/glapi_mapi_tmp.h to the SOURCES list. Otherwise >> there will be no knowledge that the file is required by others for the >> build. Thus autotools won't pick it up for the distribut

Re: [Mesa-dev] [PATCH 5/6] mapi: fix shared-glapi dependency tracking

2015-03-02 Thread Matt Turner
On Mon, Mar 2, 2015 at 7:58 AM, Emil Velikov wrote: > I.e. add shared-glapi/glapi_mapi_tmp.h to the SOURCES list. Otherwise > there will be no knowledge that the file is required by others for the > build. Thus autotools won't pick it up for the distribution tarball. > > Cc: "10.5" > Signed-off-b

[Mesa-dev] [PATCH 5/6] mapi: fix shared-glapi dependency tracking

2015-03-02 Thread Emil Velikov
I.e. add shared-glapi/glapi_mapi_tmp.h to the SOURCES list. Otherwise there will be no knowledge that the file is required by others for the build. Thus autotools won't pick it up for the distribution tarball. Cc: "10.5" Signed-off-by: Emil Velikov --- src/mapi/Makefile.am | 2 +- 1 file change