diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-06-01 22:22:41 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-06-01 22:22:41 +0000 |
commit | 2c2a956a3a88f5f5868b701f0157320169d19bd4 (patch) | |
tree | f92f3495c09ad92816096c41e417d9afea0937f9 | |
parent | 4b7d6f216bf768482e07e4d7feb8ca3e1be92d53 (diff) |
Add api_arrayelt.c
-rw-r--r-- | src/mesa/Makefile.X11 | 3 | ||||
-rw-r--r-- | src/mesa/main/Makefile.X11 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 0950925a17..5f55bc6f8d 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.52 2001/05/21 16:33:41 gareth Exp $ +# $Id: Makefile.X11,v 1.53 2001/06/01 22:22:41 keithw Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -21,6 +21,7 @@ LIBDIR = ../lib CORE_SOURCES = \ + api_arrayelt.c \ tnl/t_array_api.c \ tnl/t_array_import.c \ tnl/t_context.c \ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 0950925a17..5f55bc6f8d 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.52 2001/05/21 16:33:41 gareth Exp $ +# $Id: Makefile.X11,v 1.53 2001/06/01 22:22:41 keithw Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -21,6 +21,7 @@ LIBDIR = ../lib CORE_SOURCES = \ + api_arrayelt.c \ tnl/t_array_api.c \ tnl/t_array_import.c \ tnl/t_context.c \ |