diff options
author | Brian Paul <brianp@vmware.com> | 2009-10-01 13:11:25 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-01 13:14:50 -0600 |
commit | 24f31ab861ead205d7414b7a6997f1024839f1ef (patch) | |
tree | 267013e964ba4ce10783088ebd061a2374d3572a | |
parent | 0b1de63ad88657192aa06164a903aa348692ce56 (diff) |
mesa: add objviewer to PROGRAM_DIRS
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index f1e2aa3ef5f..2ce725050dc 100644 --- a/configs/default +++ b/configs/default @@ -87,7 +87,7 @@ SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glew glw GLU_DIRS = sgi DRIVER_DIRS = x11 osmesa # Which subdirs under $(TOP)/progs/ to enter: -PROGRAM_DIRS = demos redbook samples glsl xdemos +PROGRAM_DIRS = demos redbook samples glsl objviewer xdemos # EGL directories EGL_DRIVERS_DIRS = demo |