summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2011-06-22 08:22:02 -0600
committerBrian Paul <brianp@vmware.com>2011-06-22 08:22:02 -0600
commit76bd1c1818e58d78537cf46ad6cc78425e6ae8f2 (patch)
treec2a45a780607b3acec8fb557ac0266cc5e15dc64 /Makefile
parent9786688672db9e8916b6b64ec78417197db77e84 (diff)
mesa: add missing DRI Makefiles to tarball
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 07ec6868856..281af35127d 100644
--- a/Makefile
+++ b/Makefile
@@ -376,8 +376,7 @@ DRI_FILES = \
$(DIRECTORY)/src/glx/Makefile \
$(DIRECTORY)/src/glx/*.[ch] \
$(APPLE_DRI_FILES) \
- $(DIRECTORY)/src/mesa/drivers/dri/Makefile \
- $(DIRECTORY)/src/mesa/drivers/dri/Makefile.template \
+ $(DIRECTORY)/src/mesa/drivers/dri/Makefile* \
$(DIRECTORY)/src/mesa/drivers/dri/dri.pc.in \
$(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po \
$(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS] \