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

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 29 15:52:25 UTC 2010


Module: Mesa
Branch: master
Commit: 698893889a1c6e2a75af68ee6e860bce05aa8127
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=698893889a1c6e2a75af68ee6e860bce05aa8127

Author: Marek Olšák <maraeo at gmail.com>
Date:   Wed Sep 29 04:02:27 2010 -0700

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

Signed-off-by: Brian Paul <brianp at vmware.com>

---

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

diff --git a/Makefile b/Makefile
index accdb77..6589786 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