diff options
Diffstat (limited to 'src/mesa/main/Makefile.DJ')
-rw-r--r-- | src/mesa/main/Makefile.DJ | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index ef2e48fc44..81fa57216f 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,4 +1,4 @@ -# $Id: Makefile.DJ,v 1.3 1999/12/17 15:15:46 brianp Exp $ +# $Id: Makefile.DJ,v 1.4 2000/02/02 19:15:53 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -45,6 +45,7 @@ CORE_SOURCES = \ bbox.c \ bitmap.c \ blend.c \ + buffers.c \ clip.c \ colortab.c \ config.c \ @@ -65,9 +66,9 @@ CORE_SOURCES = \ get.c \ glapi.c \ glapinoop.c \ - glmisc.c \ glthread.c \ hash.c \ + hint.c \ image.c \ imaging.c \ light.c \ @@ -90,6 +91,7 @@ CORE_SOURCES = \ shade.c \ span.c \ stages.c \ + state.c \ stencil.c \ teximage.c \ texobj.c \ |