diff options
author | Keith Whitwell <[email protected]> | 1999-10-08 09:27:09 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 1999-10-08 09:27:09 +0000 |
commit | 485f04074151686fa24d40e3eeb83029d3d8c425 (patch) | |
tree | d74a44fb266d6534fbbc060be7658f9deefea538 /src/mesa/Makefile.X11 | |
parent | a7313e045dfd1ab439e8e01664d402ea9ce0a37e (diff) |
Fixed includes & added a few hooks for the DRI.kw-mesa-1
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 8fb680dad4b..da5dc4549e3 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.5 1999/09/17 12:07:10 brianp Exp $ +# $Id: Makefile.X11,v 1.6 1999/10/08 09:27:09 keithw Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -46,6 +46,7 @@ CORE_SOURCES = \ feedback.c \ fog.c \ get.c \ + glmisc.c \ hash.c \ image.c \ light.c \ @@ -53,7 +54,6 @@ CORE_SOURCES = \ logic.c \ masking.c \ matrix.c \ - misc.c \ mmath.c \ mthreads.c \ pb.c \ |