diff options
author | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-23 12:32:35 +0000 |
commit | 57d00016cab9afa3e7853d9830044a8ece9541c4 (patch) | |
tree | 709a625b94741a2702b9db6534627af2cb7cc590 /configs/linux-cell | |
parent | d150e6a2e677a49813fdd5422b14ebdc59a904e9 (diff) |
glew: Initial import.
From glew 1.5.1 release.
Diffstat (limited to 'configs/linux-cell')
-rw-r--r-- | configs/linux-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 115604ad658..df08d262bd3 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -33,7 +33,7 @@ CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \ CXXFLAGS = $(CFLAGS) # Omitting glw here: -SRC_DIRS = gallium mesa gallium/winsys glu glut/glx +SRC_DIRS = gallium mesa gallium/winsys glu glut/glx glew MKDEP_OPTIONS = -fdepend -Y |