diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2006-06-06 11:31:02 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2006-06-06 11:31:02 +0000 |
commit | a03b23904119ae6436410b4cbd27fe99a4d2dad6 (patch) | |
tree | 6db16fdae95dd5024aea1c14ab7eac84d601ba4d | |
parent | 4890c7ed8757cf6516427dd94d0daf5fc0d65764 (diff) |
Add fgl_glxgears to makefile
-rw-r--r-- | progs/xdemos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index 84122d3b20..8b93070594 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -11,6 +11,7 @@ LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) PROGS = glthreads \ glxdemo \ glxgears \ + fgl_glxgears \ glxgears_fbconfig \ glxcontexts \ glxheads \ |