diff options
author | George Sapountzis <[email protected]> | 2008-04-18 17:28:53 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-04-23 11:12:31 +0300 |
commit | f027f8d3a832f9820acba8892e2540094b01c9ae (patch) | |
tree | c23a28e7f3f6c0e390a0ba9f555e4dd5a32579e9 /src/glx/x11/Makefile | |
parent | df04ffbf025994abd59e26c8439e77bb340ef20b (diff) |
glx: nitpick renames
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 56b46803b10..f12d1f70dc8 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -17,6 +17,7 @@ SOURCES = \ indirect_init.c \ indirect_size.c \ indirect_window_pos.c \ + indirect_texture_compression.c \ indirect_transpose_matrix.c \ indirect_vertex_array.c \ indirect_vertex_program.c \ @@ -30,7 +31,6 @@ SOURCES = \ xfont.c \ glx_pbuffer.c \ glx_query.c \ - glx_texture_compression.c \ dri_glx.c \ XF86dri.c \ glxhash.c \ |