Mesa (7.9): dri: Ensure that DRI driver cpp files are in tarballs

Ian Romanick idr at kemper.freedesktop.org
Mon Sep 27 21:19:36 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 2a7ed4ba96bc8fb4fe5f0d3a5fb7d8de9c1b2962
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a7ed4ba96bc8fb4fe5f0d3a5fb7d8de9c1b2962

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Sep 27 14:11:07 2010 -0700

dri: Ensure that DRI driver cpp files are in tarballs
(cherry picked from commit 5717093f15fd7259441b2ee5583432fb9833c9a1)

---

 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 508738a..1bd10eb 100644
--- a/Makefile
+++ b/Makefile
@@ -356,6 +356,7 @@ DRI_FILES = \
 	$(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.[ch]		\
 	$(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po		\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS]			\
+	$(DIRECTORY)/src/mesa/drivers/dri/*/*.cpp			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/*/*.[chS]			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/Makefile			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/*/Makefile			\




More information about the mesa-commit mailing list