diff options
author | Brian Paul <[email protected]> | 2004-03-26 15:46:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 15:46:53 +0000 |
commit | f4044955cadd2442ca0d2bf5a56d1e1341e32a4b (patch) | |
tree | 409885786151b82a65ac27458d10e7b06a516238 /configs/default | |
parent | 57dcbb5d4b879f03fe4d099c5ecf05de56718cf5 (diff) |
added glw to SRC_DIRS
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index d74349f035b..1e2b58f30cf 100644 --- a/configs/default +++ b/configs/default @@ -46,7 +46,7 @@ GLW_SOURCES = GLwDrawA.c GLwMDrawA.c # Directories LIB_DIR = $(TOP)/lib INSTALL_PREFIX = /usr/local -SRC_DIRS = mesa glu glut/glx +SRC_DIRS = mesa glu glut/glx glw GLU_DIRS = sgi DRIVER_DIRS = x11 osmesa PROGRAM_DIRS = demos redbook samples xdemos |