Mesa (master): mesa: include glew headers in MesaDemos tarballs

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 28 14:58:51 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 23 20:20:39 2009 -0600

mesa: include glew headers in MesaDemos tarballs

---

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

diff --git a/Makefile b/Makefile
index 9ac45bd..6ad07e6 100644
--- a/Makefile
+++ b/Makefile
@@ -389,6 +389,9 @@ GLW_FILES = \
 	$(DIRECTORY)/src/glw/depend
 
 GLEW_FILES = \
+	$(DIRECTORY)/include/GL/glew.h			\
+	$(DIRECTORY)/include/GL/glxew.h			\
+	$(DIRECTORY)/include/GL/wglew.h			\
 	$(DIRECTORY)/src/glew/*.c			\
 	$(DIRECTORY)/src/glew/Makefile			\
 	$(DIRECTORY)/src/glew/SConscript		\




More information about the mesa-commit mailing list