diff options
author | Keith Whitwell <[email protected]> | 2005-01-12 19:11:47 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-12 19:11:47 +0000 |
commit | f9b89910d1e98e03dc49fea97678592bb301faa8 (patch) | |
tree | d0761c608d42fcc9da7c19171eb130eababd7a90 /progs/xdemos/Makefile | |
parent | 7ea2084513d59a26a25c05cf881b7c3313fad30c (diff) |
new test to exercise context and window create/delete
Diffstat (limited to 'progs/xdemos/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 2bc0b88b0d9..52f7583aee0 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 \ + glxcontexts \ glxheads \ glxinfo \ glxpixmap \ |