diff options
author | Brian Paul <[email protected]> | 2006-05-19 03:35:38 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-05-19 03:35:38 +0000 |
commit | e2db790a46a539ff5eee5b6f57862dbff149deab (patch) | |
tree | 5fca851412405ba75a15b710b26a79d7ba066f35 /src/mesa/main/descrip.mms | |
parent | 3c30b351341589364a22e5590f319a6f92c7a19a (diff) |
added rbadaptors.c
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r-- | src/mesa/main/descrip.mms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index f4221cef903..d9ea61883d7 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -61,6 +61,7 @@ SOURCES =accum.c \ points.c \ polygon.c \ rastpos.c \ + rbadaptors.c \ renderbuffer.c \ state.c \ stencil.c \ @@ -195,6 +196,7 @@ pixel.obj : pixel.c points.obj : points.c polygon.obj : polygon.c rastpos.obj : rastpos.c +rbadaptors.obj : rbadaptors.c renderbuffer.obj : renderbuffer.c state.obj : state.c stencil.obj : stencil.c |