Add api_arrayelt.c

This commit is contained in:
Keith Whitwell
2001-06-01 22:22:41 +00:00
parent 4b7d6f216b
commit 2c2a956a3a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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 \
+2 -1
View File
@@ -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 \