Makefile: don't include the same files twice in the tarball
authorJulien Cristau <jcristau@debian.org>
Sat, 13 Nov 2010 14:05:45 +0000 (06:05 -0800)
committerBrian Paul <brianp@vmware.com>
Mon, 15 Nov 2010 15:46:22 +0000 (08:46 -0700)
commite86b4c919402ed1502b9db61583a0ff8615b5a9d
tree5a5ec79779362f276028e776236beafc50368f95
parentef0720758e5ba34d0d163bdf5efc6e8dabd65aa8
Makefile: don't include the same files twice in the tarball

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 <jcristau@debian.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
Makefile