From 2c2a956a3a88f5f5868b701f0157320169d19bd4 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 1 Jun 2001 22:22:41 +0000 Subject: Add api_arrayelt.c --- src/mesa/Makefile.X11 | 3 ++- src/mesa/main/Makefile.X11 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa') 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 \ -- cgit v1.2.3