Re: [Mesa-dev] [PATCH] Makefile: don't include the same files twice in the tarball

2010-11-15 Thread Brian Paul
On 11/13/2010 07:05 AM, Julien Cristau wrote: src/mesa/drivers/dri/*/*/*.[chS] is a superset of src/mesa/drivers/dri/*/server/*.[ch] and src/mesa/drivers/dri/common/xmlpool/*.[ch]. include/GL/internal/glcore.h is already in MAIN_FILES, no need for it in DRI_FILES too. src/glx/Makefile was listed

[Mesa-dev] [PATCH] Makefile: don't include the same files twice in the tarball

2010-11-13 Thread Julien Cristau
src/mesa/drivers/dri/*/*/*.[chS] is a superset of src/mesa/drivers/dri/*/server/*.[ch] and src/mesa/drivers/dri/common/xmlpool/*.[ch]. include/GL/internal/glcore.h is already in MAIN_FILES, no need for it in DRI_FILES too. src/glx/Makefile was listed twice. Signed-off-by: Julien Cristau --- This