diff options
author | Brian Paul <[email protected]> | 2003-08-06 19:24:44 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-06 19:24:44 +0000 |
commit | e17c1abd672f6baf4c87f3c014d3182ddfc86c0a (patch) | |
tree | 2949b5518869d52f2f4640da70bcf3b6c4cf1b2b /src | |
parent | b5a41d6050a06204f5450f63a98862e70585b7f9 (diff) |
added arbfrag/vertparse
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.X11 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 30ab3bd4b8f..c672cce47a5 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -26,6 +26,8 @@ MAIN_SOURCES = \ main/api_validate.c \ main/accum.c \ main/arbprogram.c \ + main/arbfragparse.c \ + main/arbvertparse.c \ main/attrib.c \ main/blend.c \ main/bufferobj.c \ |