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

Author: Brian Paul <[email protected]>
Date:   Wed Jul 22 12:34:07 2009 -0600

mesa: include GLEW sources in MesaDemos tarball

---

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

diff --git a/Makefile b/Makefile
index 91515d6..3c83160 100644
--- a/Makefile
+++ b/Makefile
@@ -388,7 +388,14 @@ GLW_FILES = \
        $(DIRECTORY)/src/glw/glw.pc.in                  \
        $(DIRECTORY)/src/glw/depend
 
+GLEW_FILES = \
+       $(DIRECTORY)/src/glew/*.c                       \
+       $(DIRECTORY)/src/glew/Makefile                  \
+       $(DIRECTORY)/src/glew/SConscript                \
+       $(DIRECTORY)/src/glew/LICENSE.txt
+
 DEMO_FILES = \
+       $(GLEW_FILES)                                   \
        $(DIRECTORY)/progs/beos/*.cpp                   \
        $(DIRECTORY)/progs/beos/Makefile                \
        $(DIRECTORY)/progs/images/*.rgb                 \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to