projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b3141
)
mesa: include GLEW sources in MesaDemos tarball
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2009 18:34:07 +0000
(12:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2009 18:34:07 +0000
(12:34 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 91515d6fdb249e9c177e43377e3170c0a894d203..3c83160687ee1294a02605f0ad426778977f4d33 100644
(file)
--- 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 \