Mesa (7.9): Makefile: ensure Gallium's Makefile.xorg and SConscript. dri are in the tarball

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 29 15:53:31 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Sep 29 09:53:02 2010 -0600

Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball

Signed-off-by: Brian Paul <brianp at vmware.com>
(cherry picked from commit 698893889a1c6e2a75af68ee6e860bce05aa8127)

---

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

diff --git a/Makefile b/Makefile
index eb90650..42f1c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -329,6 +329,8 @@ GALLIUM_FILES = \
 	$(DIRECTORY)/src/gallium/Makefile.template			\
 	$(DIRECTORY)/src/gallium/SConscript				\
 	$(DIRECTORY)/src/gallium/targets/Makefile.dri			\
+	$(DIRECTORY)/src/gallium/targets/Makefile.xorg			\
+	$(DIRECTORY)/src/gallium/targets/SConscript.dri			\
 	$(DIRECTORY)/src/gallium/*/Makefile				\
 	$(DIRECTORY)/src/gallium/*/SConscript				\
 	$(DIRECTORY)/src/gallium/*/*/Makefile				\




More information about the mesa-commit mailing list