From 3f8a70e5dde42ea30bc7d3ab02e3cd5c2b0cc3d6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Aug 2000 14:25:25 +0000 Subject: added convolve.c to file list --- src/mesa/Makefile.X11 | 5 +++-- src/mesa/main/Makefile.DJ | 5 +++-- src/mesa/main/Makefile.X11 | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 56d2fe524e..1a56d0ae96 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $ +# $Id: Makefile.X11,v 1.21 2000/08/21 14:25:25 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.3 +# Version: 3.5 # Copyright (C) 1995-2000 Brian Paul # Makefile for core library @@ -33,6 +33,7 @@ CORE_SOURCES = \ colortab.c \ config.c \ context.c \ + convolve.c \ copypix.c \ cva.c \ debug_xform.c \ diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 81d7535668..4bc1a2f80b 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,7 +1,7 @@ -# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $ +# $Id: Makefile.DJ,v 1.8 2000/08/21 14:25:25 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.3 +# Version: 3.5 # Copyright (C) 1995-1998 Brian Paul # # This library is free software; you can redistribute it and/or @@ -51,6 +51,7 @@ CORE_SOURCES = \ colortab.c \ config.c \ context.c \ + convolve.c \ copypix.c \ cva.c \ debug_xform.c \ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 56d2fe524e..1a56d0ae96 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $ +# $Id: Makefile.X11,v 1.21 2000/08/21 14:25:25 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.3 +# Version: 3.5 # Copyright (C) 1995-2000 Brian Paul # Makefile for core library @@ -33,6 +33,7 @@ CORE_SOURCES = \ colortab.c \ config.c \ context.c \ + convolve.c \ copypix.c \ cva.c \ debug_xform.c \ -- cgit v1.2.3