added pixeltex.c
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 7 Apr 2000 16:28:37 +0000 (16:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 7 Apr 2000 16:28:37 +0000 (16:28 +0000)
src/mesa/Makefile.X11
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.X11

index 191a144df867f9d212e5b80a7d54865e0a7cc817..84a4f1d4ef32d96af203b4c81685e5fc0b77a95b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -64,6 +64,7 @@ CORE_SOURCES = \
        pb.c \
        pipeline.c \
        pixel.c \
+       pixeltex.c \
        points.c \
        polygon.c \
        quads.c \
index da78228085ebc7cff07f83d12b0e8b9ba85ab8a6..81d753566837201995a045299b2a4a9eea6e89d7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.DJ,v 1.6 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -81,6 +81,7 @@ CORE_SOURCES = \
        mmath.c \
        pb.c \
        pixel.c \
+       pixeltex.c \
        pipeline.c \
        points.c \
        polygon.c \
index 191a144df867f9d212e5b80a7d54865e0a7cc817..84a4f1d4ef32d96af203b4c81685e5fc0b77a95b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
+# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -64,6 +64,7 @@ CORE_SOURCES = \
        pb.c \
        pipeline.c \
        pixel.c \
+       pixeltex.c \
        points.c \
        polygon.c \
        quads.c \