diff options
author | Brian Paul <[email protected]> | 2004-10-28 21:03:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-10-28 21:03:19 +0000 |
commit | fa557e904d02c4869cd1d57f2f09437c3585c7d2 (patch) | |
tree | 8021efba7e15f7cdb8bb7abea65c4e5c8c2b9939 /src/mesa/sources | |
parent | af7a8076509600f644497629a36ef6f34284a165 (diff) |
name parameter to glGetActiveAttribARB() should not be const.
Added shaderobjects.c to sources file.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index f82d344bf58..404249d0479 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -143,7 +143,8 @@ SHADER_SOURCES = \ shader/nvprogram.c \ shader/nvvertexec.c \ shader/nvvertparse.c \ - shader/program.c + shader/program.c \ + shader/shaderobjects.c ASM_C_SOURCES = \ x86/common_x86.c \ |