Module: Mesa Branch: mesa_7_5_branch Commit: c57d81ddc9ba3052ff7f6b72091accab2c2db0ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c57d81ddc9ba3052ff7f6b72091accab2c2db0ae
Author: Brian Paul <[email protected]> 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
