diff options
author | Brian Paul <[email protected]> | 2000-11-11 01:43:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-11-11 01:43:03 +0000 |
commit | bc58b7b409ed75901158889a18f3db52a5a7ecd7 (patch) | |
tree | f72d97b822d5b12946ff51e3b85023afbc454c91 /src/mesa/main/Makefile.X11 | |
parent | b5012e1ee1b0172dda3921bcf12e3605b1be589b (diff) |
latest sources from Loki
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 26881282884..069ad432307 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.30 2000/11/10 18:06:14 brianp Exp $ +# $Id: Makefile.X11,v 1.31 2000/11/11 01:43:03 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -161,13 +161,13 @@ DRIVER_SOURCES = \ SVGA/svgamesa16.c \ SVGA/svgamesa24.c \ SVGA/svgamesa32.c \ - Trace/tr_2string.c \ Trace/tr_attrib.c \ Trace/tr_context.c \ Trace/tr_control.c \ Trace/tr_error.c \ - Trace/tr_print.c \ - Trace/tr_wrapper.c + Trace/tr_support.c \ + Trace/tr_wrapper.c \ + Trace/tr_write.c ASM_SOURCES = |