projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ba6a6
)
mesa: include glew headers in MesaDemos tarballs
author
Brian Paul
<brianp@vmware.com>
Fri, 24 Jul 2009 02:20:39 +0000
(20:20 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 24 Jul 2009 02:20:39 +0000
(20:20 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9ac45bd93f2da3dad18c6b7b4076545f1dff801a..6ad07e613796262173f1540364e3d9e4c70350af 100644
(file)
--- 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 \